aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bundle')
-rwxr-xr-xbin/bundle2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle
index a6088f83..ffa0d75f 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+
+# Exit cleanly from an early interrupt
Signal.trap("INT") { exit 1 }
require 'bundler'