Initialize outlen.
[openssl.git] / test / bctest
index fbe74ed90bda53ca57dad5f95528cbd3c115ec19..bdb3218f7acaa2cac934c96c62a402ba5677636c 100755 (executable)
@@ -104,5 +104,8 @@ EOF
 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