summaryrefslogtreecommitdiff
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-09-29 15:29:51 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-10-19 16:11:39 -0700
commite89499cf471e7d7b98db80c9e55b644aee945e96 (patch)
tree06e3b166ae5d19247d8097aaa54d647c1991f3c8 /lib/bundler/runtime.rb
parent282930e09cc4bac1b0f53244d8ec4e9c8caaa197 (diff)
downloadbundler-e89499cf471e7d7b98db80c9e55b644aee945e96.tar.gz
Use exe instead of bin for BUNDLE_BIN_PATH fallback
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index 4a1e3c92f9..179ce53ec4 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -192,7 +192,7 @@ module Bundler
begin
ENV["BUNDLE_BIN_PATH"] = Bundler.rubygems.bin_path("bundler", "bundle", VERSION)
rescue Gem::GemNotFoundException
- ENV["BUNDLE_BIN_PATH"] = File.expand_path("../../../bin/bundle", __FILE__)
+ ENV["BUNDLE_BIN_PATH"] = File.expand_path("../../../exe/bundle", __FILE__)
end
# Set BUNDLE_GEMFILE