diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -53,12 +53,11 @@ def find(elem) end if ARGV.length != 1 then - $stderr.puts "No key provided" - exit 2 + key = "stable" +else + key = ARGV.shift.strip.downcase end -key = ARGV.shift.strip.downcase - res = find(key) if res.nil? then |