# File lib/bundler.rb, line 237
    def clean_exec(*args)
      with_clean_env { Kernel.exec(*args) }
    end