Made the dummy ranlib more verbose
authorceriel <none@none>
Wed, 18 Mar 1987 09:44:56 +0000 (09:44 +0000)
committerceriel <none@none>
Wed, 18 Mar 1987 09:44:56 +0000 (09:44 +0000)
first/first

index ac16252..54ad77c 100755 (executable)
@@ -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