1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Exit gently if no VCS found but --suppress_not_found is given

This commit is contained in:
Nobuyoshi Nakada 2019-09-07 17:25:52 +09:00
parent 5b5c9b6101
commit 5511213487
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -66,6 +66,7 @@ OptionParser.new {|opts|
new_vcs["."]
end
}
exit unless vcs
@output =
case @output