Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dominus committed Jan 1, 2013
1 parent 91cbec2 commit 9af5200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions menupick
Expand Up @@ -36,6 +36,7 @@ show_menu();
my @set = (); my @set = ();
while (1) { while (1) {
my $in = prompt($ttyin, $ttyout); my $in = prompt($ttyin, $ttyout);
chomp $in;
last unless $in =~ /\S/; last unless $in =~ /\S/;
my $quit = $in =~ s/!\s*$//; my $quit = $in =~ s/!\s*$//;
if ($in =~ /^\s*\?\s*$/) { if ($in =~ /^\s*\?\s*$/) {
Expand Down

0 comments on commit 9af5200

Please sign in to comment.