coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] chroot: fix typo in preceding change: didn't compile


From: Jim Meyering
Subject: [PATCH] chroot: fix typo in preceding change: didn't compile
Date: Fri, 11 Aug 2017 17:51:14 -0700

I've just made this correction:

* src/chroot.c (usage): Add backslashes.
---
 src/chroot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chroot.c b/src/chroot.c
index b8b72586d..830e619f7 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -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);
     }
--
2.13.4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]