From bb766be3bbef37e2b08c72dfc95eddac05133615 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sat, 5 May 2007 18:29:57 +0200 Subject: [PATCH] Space now exits grml-quickconfig --- usr_sbin/grml-quickconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.1.4