Make sure that after a non successfully command the menu is shown.
authorUlrich Dangel <uli@spamt.net>
Sun, 21 Feb 2010 22:57:23 +0000 (23:57 +0100)
committerUlrich Dangel <uli@spamt.net>
Sun, 21 Feb 2010 22:57:23 +0000 (23:57 +0100)
grml-quickconfig

index 4fd0852..7013106 100755 (executable)
@@ -162,7 +162,7 @@ while : ; do
             ;;
         [${(k)keys}])
             echo $INPUT
-            eval ${keymap[$INPUT]}
+            eval ${keymap[$INPUT]} || true
             ;;
         *)
             echo "Unknown key"