From: Michael Gebetsroither Date: Tue, 13 Nov 2007 10:37:46 +0000 (+0100) Subject: grml-quickconfig: removed unnecessary call to stty X-Git-Tag: 1.0.26~1^2 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=f6b3804ae7eef2645239bf1afad4a447bf284c11 grml-quickconfig: removed unnecessary call to stty --- diff --git a/usr_sbin/grml-quickconfig b/usr_sbin/grml-quickconfig index 2743418..29fcd47 100755 --- a/usr_sbin/grml-quickconfig +++ b/usr_sbin/grml-quickconfig @@ -86,12 +86,6 @@ sub getKey # main loop while(1) { - -# disable input buffering, see -# man perlfunc | less '+/ getc' -# for details - system "stty", '-icanon', 'eol', "\001"; - # main loop $command=""; while($command eq "") {