From: Ulrich Dangel Date: Sun, 21 Feb 2010 22:57:23 +0000 (+0100) Subject: Make sure that after a non successfully command the menu is shown. X-Git-Tag: v0.4^2~1 X-Git-Url: http://git.grml.org/?p=grml-quickconfig.git;a=commitdiff_plain;h=bd5660d672c03f2b7ff81ece196be23927f51879 Make sure that after a non successfully command the menu is shown. --- diff --git a/grml-quickconfig b/grml-quickconfig index 4fd0852..7013106 100755 --- a/grml-quickconfig +++ b/grml-quickconfig @@ -162,7 +162,7 @@ while : ; do ;; [${(k)keys}]) echo $INPUT - eval ${keymap[$INPUT]} + eval ${keymap[$INPUT]} || true ;; *) echo "Unknown key"