From 354af9da36eaeec70d4fdaddab78a8ecb11101a0 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 19 Dec 2002 20:39:26 +0000 Subject: Fix a bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/fullpath.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/fullpath.rb') diff --git a/sample/fullpath.rb b/sample/fullpath.rb index 252e7dc217..8472e5d8f4 100644 --- a/sample/fullpath.rb +++ b/sample/fullpath.rb @@ -15,7 +15,7 @@ end while line = gets() case line when /:$/ - path = $_.chop.chop + "/" + path = line.chop.chop + "/" when /^total/, /^d/ when /^(.*\d )(.+)$/ print($1, path, $2, "\n") -- cgit v1.2.3