From: Ulrich Dangel Date: Mon, 27 Dec 2010 22:30:31 +0000 (+0100) Subject: Do not use -q option for read X-Git-Tag: v0.8~2 X-Git-Url: http://git.grml.org/?p=grml-quickconfig.git;a=commitdiff_plain;h=06c9315d361af41bfa2dbe4461ba1c66063b1fa0 Do not use -q option for read --- diff --git a/grml-quickconfig b/grml-quickconfig index 7013106..1a6e254 100755 --- a/grml-quickconfig +++ b/grml-quickconfig @@ -80,7 +80,7 @@ run() { } get_key() { - stty -echo ; read -kq ${1}?"Press a key: " + stty -echo ; read -k ${1}?"Press a key: " } bailout() {