mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
fix for issue #70
This commit is contained in:
parent
89dbefc313
commit
41b2d257c7
1 changed files with 1 additions and 1 deletions
2
ponysay
2
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 )
|
||||
|
|
Loading…
Reference in a new issue