Typo in #6858.
[p5sagit/p5-mst-13.2.git] / 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;