A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://git.ruby-lang.org/ruby.git/commit/ below:

ruby.git - The Ruby Programming Language

diff --git a/lib/fileutils.rb b/lib/fileutils.rb

index eb8d6a05ee..6ef71d75ef 100644

--- a/

lib/fileutils.rb

+++ b/

lib/fileutils.rb

@@ -706,7 +706,7 @@ module FileUtils

#

def ln_s(src, dest, force: nil, relative: false, target_directory: true, noop: nil, verbose: nil)

if relative

- return ln_sr(src, dest, force: force, noop: noop, verbose: verbose)

+ return ln_sr(src, dest, force: force, target_directory: target_directory, noop: noop, verbose: verbose)

end

fu_output_message "ln -s#{force ? 'f' : ''}#{

target_directory ? '' : 'T'} #{[src,dest].flatten.join ' '}" if verbose


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4