From f562ef2b8cfcb74938e569cf984cf3baf6ab87fd Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 11 Feb 2010 23:17:35 +0000 Subject: Oops use right operator --- rebootin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebootin') diff --git a/rebootin b/rebootin index 25d34fa..b4c074e 100644 --- a/rebootin +++ b/rebootin @@ -63,7 +63,7 @@ sub select_entry { print "> "; $userinput = ; chomp $userinput; - } while ($userinput ge $i); + } while ($userinput > $i); exit(1) unless $userinput; $entries[$userinput-1]; } -- cgit v1.2.1