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:
parent
5b5c9b6101
commit
5511213487
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ OptionParser.new {|opts|
|
|||
new_vcs["."]
|
||||
end
|
||||
}
|
||||
exit unless vcs
|
||||
|
||||
@output =
|
||||
case @output
|
||||
|
|
Loading…
Add table
Reference in a new issue