From 27ff93a4eea5d1e681d4f9af323b3581599eb6ea Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 5 Jan 2003 14:00:57 +0000 Subject: * lib/fileutils.rb (ln): `argv' is not a argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/fileutils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fileutils.rb') diff --git a/lib/fileutils.rb b/lib/fileutils.rb index c416213e43..0e8b8124db 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -326,7 +326,7 @@ module FileUtils def ln( src, dest, *options ) force, noop, verbose, = fu_parseargs(options, :force, :noop, :verbose) - fu_output_message "ln #{argv.join ' '}" if verbose + fu_output_message "ln #{[src,dest].flatten.join ' '}" if verbose return if noop fu_each_src_dest(src, dest) do |s,d| -- cgit v1.2.3