commit | 8e264a933fa226233053ada4fe53f84d9de15a87 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Thu May 03 08:50:27 2001 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Thu May 03 08:50:27 2001 +0000 |
tree | d62f04e7655e8e2b44b1fa792e4e2725d7a06ddc | |
parent | f0b54fefe9bf7845ca8d2c137f1f5483ac17320c [diff] [blame] |
bctest changes for Ultrix (don't return 1 from bctest, otherwise make aborts)
diff --git a/test/bctest b/test/bctest index fbe74ed..bdb3218 100755 --- a/test/bctest +++ b/test/bctest
@@ -104,5 +104,8 @@ done echo "No working bc found. Consider installing GNU bc." >&2 -echo "cat >/dev/null" +if [ "$1" = ignore ]; then + echo "cat >/dev/null" + exit 0 +fi exit 1