aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-24 16:16:59 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-24 16:16:59 +0200
commitc374d57fd365833807c2e191178848d76828e859 (patch)
tree780ff7143837a14628dc72751ddf0ab477f2a7a6
parent110c73186be52189a293c0adda10e7874d143c0b (diff)
downloadponysay-c374d57fd365833807c2e191178848d76828e859.tar.gz
ponysay-c374d57fd365833807c2e191178848d76828e859.tar.bz2
ponysay-c374d57fd365833807c2e191178848d76828e859.zip
/tmp/ponythink instead of /tmp/.ponythink
-rwxr-xr-xponysay6
-rwxr-xr-xponysaylist.pl2
2 files changed, 4 insertions, 4 deletions
diff --git a/ponysay b/ponysay
index 76bc94f..0fdcb18 100755
--- a/ponysay
+++ b/ponysay
@@ -173,9 +173,9 @@ say() {
ccmd=$(for c in $(echo $PATH":" | sed -e 's/:/\/'"$cmd"' /g'); do if [[ -f $c ]]; then echo $c; break; fi done)
if [[ ${0} == *ponythink ]]; then
- cat <(echo -e $pcmd) $ccmd > "/tmp/.ponythink"
- perl '/tmp/.ponythink' "$@"
- rm '/tmp/.ponythink'
+ cat <(echo -e $pcmd) $ccmd > "/tmp/ponythink"
+ perl '/tmp/ponythink' "$@"
+ rm '/tmp/ponythink'
else
perl <(cat <(echo -e $pcmd) $ccmd) "$@"
fi
diff --git a/ponysaylist.pl b/ponysaylist.pl
index 72c0a92..401d83b 100755
--- a/ponysaylist.pl
+++ b/ponysaylist.pl
@@ -17,7 +17,7 @@ foreach $arg (@ARGV)
{
# Format names from ponyies names
$arg =~ s/([a-z])([A-Z])/\1 \2/;
- $arg =~ s/_(.*)/\t(\1)/;
+ #$arg =~ s/_(.*)/\t(\1)/; ## Incompatible with `ponysay -L`
if ($first == 1)
{ $first = 0;