Space now exits grml-quickconfig
authorAlexander Wirt <formorer@grml.org>
Sat, 5 May 2007 16:29:57 +0000 (18:29 +0200)
committerAlexander Wirt <formorer@grml.org>
Sat, 5 May 2007 16:29:57 +0000 (18:29 +0200)
usr_sbin/grml-quickconfig

index 160982f..d9f1c19 100755 (executable)
@@ -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";