aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-04 23:30:29 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-04 23:30:29 -0400
commit4063e82a1512515358480b53d87223f71e0efc20 (patch)
tree37230e9108d6cfae22491d1b83cb564b5855fc8a /ponysay
parentaa0b3c676d3e128ee7e6c72894919adf3b7c5ff5 (diff)
downloadponysay-4063e82a1512515358480b53d87223f71e0efc20.tar.gz
ponysay-4063e82a1512515358480b53d87223f71e0efc20.tar.bz2
ponysay-4063e82a1512515358480b53d87223f71e0efc20.zip
Migration to /usr/share/ponysay/{,tty}ponies (need more reviews)
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponysay b/ponysay
index a04d8d7..b3c31b8 100755
--- a/ponysay
+++ b/ponysay
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
version=0.9
-SYSTEMPONIES=/usr/share/ponies
+SYSTEMPONIES=/usr/share/ponysay/ponies
HOMEPONIES="${HOME}/.ponies"
pony="*"
wrap=
if [ "$TERM" = "linux" ]; then
- SYSTEMPONIES=/usr/share/ttyponies
+ SYSTEMPONIES=/usr/share/ponysay/ttyponies
HOMEPONIES="${HOME}/.ttyponies"
fi