From 0cff255077dd74d69a61ac68b2d754add33d1a81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 4 Mar 2000 02:06:04 +0000 Subject: [PATCH] Change output text (ar is not a linker). --- util/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1