bin/autoproj_install in autoproj-2.0.0.rc8 vs bin/autoproj_install in autoproj-2.0.0.rc9
- old
+ new
@@ -238,10 +238,10 @@
end
def install_autoproj(bundler)
# Force bundler to update. If the user does not want this, let him specify a
# Gemfile with tighter version constraints
- lockfile = File.join(File.dirname(autoproj_install_dir), 'Gemfile.lock')
+ lockfile = File.join(autoproj_install_dir, 'Gemfile.lock')
if File.exist?(lockfile)
FileUtils.rm lockfile
end
opts = Array.new