# File lib/bundler.rb, line 309
    def with_original_env
      with_env(original_env) { yield }
    end