From 59c2108346e7b3a5bf4b3352571c342c5f58a999 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 10 Nov 2006 01:14:45 +0100 Subject: [PATCH] quote $GROOT in info message --- chroot-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}." -- 2.1.4