aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-19 04:50:06 -0700
committerMattias Andrée <maandree@operamail.com>2012-07-19 04:50:06 -0700
commitdb867ad8650da4578ae751cd4e38f4dd546640aa (patch)
tree3f2391efb27327034617a72204f5727c0bfc0c26
parentf6c9058590d1ce018f37e5f63bcf5d66b093250f (diff)
parent84d2a44352f7bd84d2467c2d3ee2e667c0558437 (diff)
downloadponysay-db867ad8650da4578ae751cd4e38f4dd546640aa.tar.gz
ponysay-db867ad8650da4578ae751cd4e38f4dd546640aa.tar.bz2
ponysay-db867ad8650da4578ae751cd4e38f4dd546640aa.zip
Merge pull request #36 from etu/master
Fixed a bug with ponysaylist, added my lastname to credits and moved homeponies
-rw-r--r--CREDITS2
-rwxr-xr-xponysay6
2 files changed, 4 insertions, 4 deletions
diff --git a/CREDITS b/CREDITS
index 1b13a7e..4134678 100644
--- a/CREDITS
+++ b/CREDITS
@@ -7,10 +7,10 @@ Sven-Hendrik Haase
Jan Alexander Steffens
# Patchers and other contributors
+Elis Axelsson
Duane Bekaert
Pablo Lezaeta
Kyah Rindlisbacher
James Ross-Gowan
Louis Taylor
-Elis
Jannis
diff --git a/ponysay b/ponysay
index 8c85356..62036ae 100755
--- a/ponysay
+++ b/ponysay
@@ -2,13 +2,13 @@
version=1.0
SYSTEMPONIES="/usr/share/ponysay/ponies"
-HOMEPONIES="${HOME}/.ponysay/ponies"
+HOMEPONIES="${HOME}/.config/ponysay/ponies"
pony="*"
wrap=""
if [ "$TERM" = "linux" ]; then
SYSTEMPONIES="/usr/share/ponysay/ttyponies"
- HOMEPONIES="${HOME}/.ponysay/ttyponies"
+ HOMEPONIES="${HOME}/.config/ponysay/ttyponies"
fi
cmd=cowsay
@@ -19,7 +19,7 @@ version() {
}
scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2`
-listcmd="$0list.pl"
+listcmd="ponysaylist.pl"
haspq=1
if [[ -f './pq4ps-list' ]]; then