diff --git a/crew b/crew index 5ef6f1abd..052b8602a 100755 --- a/crew +++ b/crew @@ -266,7 +266,7 @@ def resolveDependenciesAndInstall search origin install rescue InstallError => e - puts "#{@pkg.name} failed to install: #{e.to_s}" + abort "#{@pkg.name} failed to install: #{e.to_s}" ensure #cleanup unless ARGV[2] == 'keep'