From dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 21 Dec 1998 11:00:56 +0000 Subject: Import of old SSLeay release: SSLeay 0.9.1b (unreleased) --- tools/c_rehash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/c_rehash') diff --git a/tools/c_rehash b/tools/c_rehash index cd4e26a49b..99ab7ebaa1 100644 --- a/tools/c_rehash +++ b/tools/c_rehash @@ -4,7 +4,7 @@ # on the command line. # -if [ "$SSLEAY"x = "x" -o ! -x $SSLEAY ]; then +if [ "$SSLEAY"x = "x" -o ! -x "$SSLEAY" ]; then SSLEAY='ssleay' export SSLEAY fi -- cgit v1.2.3