From bede819e428ec6033e49dda9908ddc9e32fc04e4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 18 Mar 1987 09:44:56 +0000 Subject: [PATCH] Made the dummy ranlib more verbose --- first/first | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first/first b/first/first index ac1625207..54ad77c5b 100755 --- a/first/first +++ b/first/first @@ -104,7 +104,7 @@ case `ack_sys` in vax_bsd*) RMD=pdp ;; vax_sys*) RMD=pdp ;; pdp_*) RMD="vax4" - echo "exit 93" > ../bin/ranlib + echo 'echo "no ranlib on this system"; exit 93' > ../bin/ranlib chmod +x ../bin/ranlib ranlib > /dev/null 2>&1 case X$? in -- 2.34.1