From: Jarkko Hietaniemi Date: Mon, 28 Aug 2000 18:07:15 +0000 (+0000) Subject: Typo in #6858. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa921dc629a49b7e24905db4197ca6edea472539;p=p5sagit%2Fp5-mst-13.2.git Typo in #6858. p4raw-id: //depot/perl@6862 --- diff --git a/lib/Cwd.pm b/lib/Cwd.pm index eb337b4..2f51689 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -340,7 +340,7 @@ sub _qnx_cwd { } sub _qnx_abs_path { - my $path = @_ ? shift '.'; + my $path = @_ ? shift : '.'; my $realpath=`/usr/bin/fullpath -t $path`; chop $realpath; return $realpath;