Bump Standards-Version to 3.9.1.
[grml-quickconfig.git] / grml-quickconfig
index 7013106..1a6e254 100755 (executable)
@@ -80,7 +80,7 @@ run() {
 }
 
 get_key() {
-    stty -echo ; read -kq ${1}?"Press a key: "
+    stty -echo ; read -k ${1}?"Press a key: "
 }
 
 bailout() {