From e9ba42e9bf957c2c01fd65519cc67fead5338ccb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Aug 2017 17:47:41 -0700 Subject: [PATCH] chroot: fix typo in preceding change: didn't compile * 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 b8b72586da..830e619f79 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.47.2