Do not use -q option for read
authorUlrich Dangel <mru@grml.org>
Mon, 27 Dec 2010 22:30:31 +0000 (23:30 +0100)
committerUlrich Dangel <mru@grml.org>
Mon, 27 Dec 2010 22:30:31 +0000 (23:30 +0100)
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() {