Skip to content

Commit

Permalink
Quoting noprompt variable in initscript to avoid syntax errors, thank…
Browse files Browse the repository at this point in the history
…s to Philip Newborough <corenominal@corenominal.org>.
  • Loading branch information
daniel-baumann committed Mar 6, 2012
1 parent f12da76 commit c9eb5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/live-boot.init
Expand Up @@ -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
Expand Down

0 comments on commit c9eb5a5

Please sign in to comment.