projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d051964
)
remove deadcode
author
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 4 Mar 2000 20:39:36 +0000
(20:39 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 4 Mar 2000 20:39:36 +0000
(20:39 +0000)
p4raw-id: //depot/perl@5526
lib/Cwd.pm
patch
|
blob
|
history
diff --git
a/lib/Cwd.pm
b/lib/Cwd.pm
index
5ddbbbe
..
9a92829
100644
(file)
--- a/
lib/Cwd.pm
+++ b/
lib/Cwd.pm
@@
-108,9
+108,6
@@
sub getcwd
# This is a faster version of getcwd. It's also more dangerous because
# you might chdir out of a directory that you can't chdir back into.
-# List of metachars taken from do_exec() in doio.c
-my $quoted_shell_meta = quotemeta('$&*(){}[]";\\|?<>~`'."'\n");
-
sub fastcwd {
my($odev, $oino, $cdev, $cino, $tdev, $tino);
my(@path, $path);