diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/c_rehash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |