projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a150c5
)
Change output text (ar is not a linker).
author
Bodo Möller
<bodo@openssl.org>
Sat, 4 Mar 2000 02:06:04 +0000
(
02:06
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 4 Mar 2000 02:06:04 +0000
(
02:06
+0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index f6ccfded268eb027865f29e4ab32e4bc23b63271..91aaaeca9d5c1409dbe1f0b2666ef59a5fd877ca 100644
(file)
--- 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 {