summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-08-20 20:16:45 +0900
committerNobuyoshi Nakada <[email protected]>2024-08-20 20:16:45 +0900
commitd6f18b226ef51e71bea72eb888fa42bd0f74bc57 ()
treef3b074a5b9585c552c4367ea0ef29606d1056514 /tool/rbinstall.rb
parent72d016e97b38ccc2cf3e63964e69d1eed941eff6 (diff)
Remove extraneous lock files
See https://.com/rubygems/rubygems/pull/7939
-rwxr-xr-xtool/rbinstall.rb4
1 files changed, 3 insertions, 1 deletions
@@ -746,7 +746,9 @@ module RbInstall
name = formatted_program_filename(filename)
unless $dryrun
super
- File.chmod($script_mode, File.join(bindir, name))
end
$installed_list.puts(File.join(without_destdir(bindir), name)) if $installed_list
end