summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle
index f7b0dbc6cf..dcd0fdbbbc 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -13,7 +13,7 @@ begin
Bundler::CLI.start
rescue Bundler::BundlerError => e
Bundler.ui.error e.message
- Bundler.ui.error e.backtrace.join("\n") if ENV["BUNDLE_DEBUG"]
+ Bundler.ui.error e.backtrace.join("\n") if ENV["DEBUG"]
exit e.status_code
rescue Interrupt
Bundler.ui.error "\nQuitting..."