diff --git a/bin/dep b/bin/dep index bd6c73a..b252114 100755 --- a/bin/dep +++ b/bin/dep @@ -126,6 +126,8 @@ module Dep def run(cmd) puts " #{cmd}" `#{cmd}` + + exit false if $?.to_i != 0 end end end