projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ac83e8b
)
Typo in #6858.
Jarkko Hietaniemi [Mon, 28 Aug 2000 18:07:15 +0000 (18:07 +0000)]
p4raw-id: //depot/perl@6862
lib/Cwd.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Cwd.pm
b/lib/Cwd.pm
index
eb337b4
..
2f51689
100644
(file)
--- 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;