summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPaul C. Sutton <paul@openssl.org>1999-01-01 14:17:55 +0000
committerPaul C. Sutton <paul@openssl.org>1999-01-01 14:17:55 +0000
commita472dde4307723de3923f3e7d9baaa57f93728e3 (patch)
tree10099467202e0f1823f721b3c55ba772031a3b5f /util
parent68a8a41bef90c937e5c812df65365789e86ba17c (diff)
downloadopenssl-new-a472dde4307723de3923f3e7d9baaa57f93728e3.tar.gz
ssldir.pl did not correctly set the directory in utils/mk1mk.pl when
perl5 was used.
Diffstat (limited to 'util')
-rwxr-xr-xutil/ssldir.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ssldir.pl b/util/ssldir.pl
index acbe12e240..1d977c927a 100755
--- a/util/ssldir.pl
+++ b/util/ssldir.pl
@@ -23,7 +23,7 @@ $#ARGV == 0 || die "usage: ssldir.pl /new/path\n";
);
%mk1mf=(
- '^$INSTALLTOP=','$INSTALLTOP="%s";',
+ '^\$INSTALLTOP=','$INSTALLTOP="%s";',
);
&dofile("crypto/cryptlib.h",$ARGV[0],%cryptlib);