Typo in #6858.
Jarkko Hietaniemi [Mon, 28 Aug 2000 18:07:15 +0000 (18:07 +0000)]
p4raw-id: //depot/perl@6862

lib/Cwd.pm

index eb337b4..2f51689 100644 (file)
@@ -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;