summaryrefslogtreecommitdiff
path: root/tools/c_rehash
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c_rehash')
-rw-r--r--tools/c_rehash2
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