aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-08-04 16:52:28 -0700
committerAndre Arko <andre@arko.net>2013-08-04 16:53:36 -0700
commit558f4603300df7f23006f000d5b3749fa0029039 (patch)
tree469a05dd1cf261b2ec938a215aa3d3d3b128cd94 /bin
parent0f97614799350b380380792494c59b898ea059a9 (diff)
downloadbundler-558f4603300df7f23006f000d5b3749fa0029039.tar.gz
Test for "bundle exec ruby".
Does not pass if #2118 is applied. closes #2118
Diffstat (limited to 'bin')
-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'