From: BVK Chaitanya Date: Thu, 22 Jul 2010 21:27:02 +0000 (+0530) Subject: suppress unwanted shell expansion X-Git-Tag: 1.99~593^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645505004e6f935ea3221bbf3750b9ee27a877be;p=thirdparty%2Fgrub.git suppress unwanted shell expansion --- diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index 2cd256131..3ad658438 100644 --- a/tests/util/grub-shell.in +++ b/tests/util/grub-shell.in @@ -95,7 +95,7 @@ done if [ "x${source}" = x ] ; then tmpfile=`mktemp` while read REPLY; do - echo $REPLY >> ${tmpfile} + echo "$REPLY" >> ${tmpfile} done source=${tmpfile} fi