Skip to content

Commit c5ffc18

Browse files
nobuXrXr
authored andcommitted
rbinstall.rb: append "/" to directory names
1 parent 91f6fec commit c5ffc18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/rbinstall.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ def ensure_writable_dir(dir)
862862
$made_dirs.fetch(d = without_destdir(dir)) do
863863
$made_dirs[d] = true
864864
super unless $dryrun
865-
$installed_list.puts(d) if $installed_list
865+
$installed_list.puts(d+"/") if $installed_list
866866
end
867867
end
868868
end

0 commit comments

Comments
 (0)