From 06c9315d361af41bfa2dbe4461ba1c66063b1fa0 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Mon, 27 Dec 2010 23:30:31 +0100 Subject: [PATCH] Do not use -q option for read --- grml-quickconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.1.4