From: Alexander Wirt Date: Sat, 5 May 2007 16:29:57 +0000 (+0200) Subject: Space now exits grml-quickconfig X-Git-Tag: 0.9.46~2 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=bb766be3bbef37e2b08c72dfc95eddac05133615 Space now exits grml-quickconfig --- diff --git a/usr_sbin/grml-quickconfig b/usr_sbin/grml-quickconfig index 160982f..d9f1c19 100755 --- a/usr_sbin/grml-quickconfig +++ b/usr_sbin/grml-quickconfig @@ -109,7 +109,7 @@ EOF print $N.$/.$/; if (defined($menu_commands{$x})) { $command = $menu_commands{$x}; - } elsif ($x eq "\n") { + } elsif ($x eq "\n" || $x eq ' ') { $command= 'exit'; } elsif ($x eq "x") { print <<"EOF";