fix for issue #70

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 )