summaryrefslogtreecommitdiffstats
path: root/util/selftest.pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-04 02:06:04 +0000
committerBodo Möller <bodo@openssl.org>2000-03-04 02:06:04 +0000
commit0cff255077dd74d69a61ac68b2d754add33d1a81 (patch)
tree34836351a29153c95d2ee7aa03c446d0d6f0559f /util/selftest.pl
parent0a150c5c9f5a4e16c45c9c65a8103ebd37fee14f (diff)
Change output text (ar is not a linker).
Diffstat (limited to 'util/selftest.pl')
-rw-r--r--util/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/selftest.pl b/util/selftest.pl
index f6ccfded26..91aaaeca9d 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -85,7 +85,7 @@ if (open(TEST,">cctest.c")) {
}
system("ar r cctest.a");
if (not -f "cctest.a") {
- print OUT "Check your linker (ar).\n";
+ print OUT "Check your archive tool (ar).\n";
goto err;
}
} else {