diff options
-rw-r--r-- | lib/rubygems/installer.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -546,7 +546,8 @@ class Gem::Installer file.write app_script_text(filename) file.chmod(options[:prog_mode] || 0o755) end - File.unlink(lock.path) end verbose bin_script_path |