From: Ulf Möller Date: Tue, 6 Mar 2001 15:36:24 +0000 (+0000) Subject: Forgot a '$'. X-Git-Tag: OpenSSL_0_9_6a-beta2~17^2~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b4c588f58e9f25ec2f676652f74df6e41e1dfc4;p=oweals%2Fopenssl.git Forgot a '$'. --- diff --git a/util/selftest.pl b/util/selftest.pl index 1349f6ff37..83fd9f87b9 100644 --- a/util/selftest.pl +++ b/util/selftest.pl @@ -50,7 +50,7 @@ if (open(IN,"&1`; $cversion=`$cc -V 2>&1` if $cversion =~ "usage"; -$cversion=`cc -V |head -1` if $cversion =~ "Error"; +$cversion=`$cc -V |head -1` if $cversion =~ "Error"; $cversion=`$cc --version` if $cversion eq ""; $cversion =~ s/Reading specs.*\n//; $cversion =~ s/usage.*\n//;