diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-23 16:31:30 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-23 16:31:30 -0400 |
commit | 267dfe92e97f637f15b5860314a73683b046b252 (patch) | |
tree | 721412cb9ec92200af7dfcc273f708e588469ef9 /ponysaylist.pl | |
parent | ceeb43dbac20c103bbd968cda0e2fc1f29d21341 (diff) | |
parent | 2ecc64cb70bef93e522924460e9debf3127cbfa6 (diff) | |
download | ponysay-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-x | ponysaylist.pl | 2 |
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; |