aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay7
1 files changed, 1 insertions, 6 deletions
diff --git a/ponysay b/ponysay
index 5fe2e7c..ac04ba6 100755
--- a/ponysay
+++ b/ponysay
@@ -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 )