From 9f0266a0a0e66de04153c4c9caa5e19c92b111c1 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sun, 23 Aug 2015 11:43:46 +0200 Subject: [PATCH] fix "unexpected operator" error when stopping live-boot Closes: LP#1315572 --- debian/live-boot-grml.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4