]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
chroot: fix typo in preceding change: didn't compile
authorJim Meyering <meyering@fb.com>
Sat, 12 Aug 2017 00:47:41 +0000 (17:47 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 12 Aug 2017 00:48:47 +0000 (17:48 -0700)
* src/chroot.c (usage): Add backslashes.

src/chroot.c

index b8b72586da5036b5bdd1eab2fca5571b706469ec..830e619f79d89c64d78149bab1e1a66d443e75a2 100644 (file)
@@ -207,7 +207,7 @@ Run COMMAND with root directory set to NEWROOT.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-If no command is given, run '"$SHELL" -i' (default: '/bin/sh -i').\n\
+If no command is given, run '\"$SHELL\" -i' (default: '/bin/sh -i').\n\
 "), stdout);
       emit_ancillary_info (PROGRAM_NAME);
     }