Skip to content

Commit

Permalink
let original path to override the assumed system path
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jan 3, 2012
1 parent d8d473e commit 5a5441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Expand Up @@ -134,7 +134,7 @@ def setup_language_pack_environment
ENV[key] ||= value ENV[key] ||= value
end end
ENV["GEM_HOME"] = slug_vendor_base ENV["GEM_HOME"] = slug_vendor_base
ENV["PATH"] = "#{ruby_install_binstub_path}:#{default_config_vars["PATH"]}:#{@original_path}" ENV["PATH"] = "#{ruby_install_binstub_path}:#{app_bin_path}:#{@original_path}:#{default_system_path}"
end end


# install the vendored ruby # install the vendored ruby
Expand Down

0 comments on commit 5a5441a

Please sign in to comment.