From: Michael Prokop Date: Fri, 10 Nov 2006 00:14:45 +0000 (+0100) Subject: quote $GROOT in info message X-Git-Tag: 0.4~8 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=59c2108346e7b3a5bf4b3352571c342c5f58a999 quote $GROOT in info message --- diff --git a/chroot-script b/chroot-script index 27746dc..deb7b7a 100644 --- a/chroot-script +++ b/chroot-script @@ -146,7 +146,7 @@ if [ -n "$INITRD" ] ; then fi if [ -z "$GROOT" ] ; then - echo "Warning: $GROOT is not defined, can not adjust grub configuration therefor." + echo "Warning: \$GROOT is not defined, can not adjust grub configuration therefor." else echo "Adjusting grub configuration for use on ${GROOT}."