projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d1087
)
Update from 0.9.7-stable.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Feb 2006 12:28:30 +0000
(12:28 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Feb 2006 12:28:30 +0000
(12:28 +0000)
util/mklink.pl
patch
|
blob
|
history
diff --git
a/util/mklink.pl
b/util/mklink.pl
index c8653cecc37852358a936fba593ab2c0af35de30..d9bc98aab8788cdcca76aecfa3e1a835537df856 100755
(executable)
--- a/
util/mklink.pl
+++ b/
util/mklink.pl
@@
-15,12
+15,14
@@
# Apart from this, this script should be able to handle even the most
# pathological cases.
+use Cwd;
+
my $from = shift;
my @files = @ARGV;
my @from_path = split(/[\\\/]/, $from);
-my $pwd =
`pwd`
;
-chop($pwd);
+my $pwd =
getcwd()
;
+cho
m
p($pwd);
my @pwd_path = split(/[\\\/]/, $pwd);
my @to_path = ();