aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index 27596b22e..efed2c8a5 100755
--- a/bin/brew
+++ b/bin/brew
@@ -109,6 +109,7 @@ rescue BuildError => e
e.dump
exit 1
rescue RuntimeError, SystemCallError => e
+ raise if e.message.empty?
onoe e
puts e.backtrace if ARGV.debug?
exit 1