Setting $pony's default later is unnecessary

This commit is contained in:
Jan Alexander Steffens (heftig) 2012-02-26 20:21:18 +01:00
parent 2ddfe9d19b
commit 7039eab517

View file

@ -3,7 +3,7 @@
version=0.4
SYSTEMPONIES=/usr/share/ponies
HOMEPONIES="${HOME}/.ponies"
pony=
pony="*"
wrap=
cmd=cowsay
@ -39,12 +39,7 @@ done
# Pony not a file? Search for it
if [[ ! -f $pony ]]; then
# Pony not set? Choose all
[[ -z $pony ]] && pony="*"
ponies=()
[[ -d $SYSTEMPONIES ]] && ponies+=( "$SYSTEMPONIES"/$pony.pony )
[[ -d $HOMEPONIES ]] && ponies+=( "$HOMEPONIES"/$pony.pony )