aboutsummaryrefslogtreecommitdiff
path: root/ponysaylist.pl
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-23 16:31:30 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-23 16:31:30 -0400
commit267dfe92e97f637f15b5860314a73683b046b252 (patch)
tree721412cb9ec92200af7dfcc273f708e588469ef9 /ponysaylist.pl
parentceeb43dbac20c103bbd968cda0e2fc1f29d21341 (diff)
parent2ecc64cb70bef93e522924460e9debf3127cbfa6 (diff)
downloadponysay-267dfe92e97f637f15b5860314a73683b046b252.tar.gz
ponysay-267dfe92e97f637f15b5860314a73683b046b252.tar.bz2
ponysay-267dfe92e97f637f15b5860314a73683b046b252.zip
Merge branch 'master' of http://github.com/erkin/ponysay
Diffstat (limited to 'ponysaylist.pl')
-rwxr-xr-xponysaylist.pl2
1 files changed, 1 insertions, 1 deletions
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;