From: Evgeni Golov Date: Sun, 23 Aug 2015 09:43:46 +0000 (+0200) Subject: fix "unexpected operator" error when stopping live-boot X-Git-Tag: debian/1%20151213+grml.1~11 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=9f0266a0a0e66de04153c4c9caa5e19c92b111c1;p=live-boot-grml.git fix "unexpected operator" error when stopping live-boot Closes: LP#1315572 --- diff --git a/debian/live-boot-grml.init b/debian/live-boot-grml.init index 5799c44..ab09d2a 100644 --- a/debian/live-boot-grml.init +++ b/debian/live-boot-grml.init @@ -200,7 +200,7 @@ do_stop () eject -p -m /live/image >/dev/null 2>&1 fi - if [ ${NOPROMPT} = "cd" ] + if [ "${NOPROMPT}" = "cd" ] then prompt= fi