fix breaking change in ruby; exists? -> exist?
This commit is contained in:
parent
257c54ee18
commit
009e2fa561
5 changed files with 12 additions and 12 deletions
|
|
@ -304,7 +304,7 @@ end
|
|||
|
||||
parse_options
|
||||
|
||||
if ARGV[0].nil? or ARGV[0].empty? or ! FileTest.exists?(ARGV[0])
|
||||
if ARGV[0].nil? or ARGV[0].empty? or ! FileTest.exist?(ARGV[0])
|
||||
usage
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue