Make sure that after a non successfully command the menu is shown.
[grml-quickconfig.git] / 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"