1
0
Fork 0
mirror of https://github.com/erkin/ponysay.git synced 2025-04-05 02:39:39 +02:00

fix for issue

This commit is contained in:
Mattias Andrée 2012-08-19 18:04:05 +02:00
parent 89dbefc313
commit 41b2d257c7

View file

@ -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 )