aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xponysay2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponysay b/ponysay
index 9936fae..e08fb1e 100755
--- a/ponysay
+++ b/ponysay
@@ -268,7 +268,7 @@ fi
# Pony not a file? Search for it
-if [ ! -f $pony ]; then
+if [ ! -f "$pony" ]; then
ponies=()
[ -d $SYSTEMPONIES ] && ponies+=( "$SYSTEMPONIES"/$pony.pony )
[ -d $HOMEPONIES ] && ponies+=( "$HOMEPONIES"/$pony.pony )