From a472dde4307723de3923f3e7d9baaa57f93728e3 Mon Sep 17 00:00:00 2001 From: "Paul C. Sutton" Date: Fri, 1 Jan 1999 14:17:55 +0000 Subject: [PATCH] ssldir.pl did not correctly set the directory in utils/mk1mk.pl when perl5 was used. --- util/ssldir.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ssldir.pl b/util/ssldir.pl index acbe12e24..1d977c927 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);