changeset 3059:8a371054e33d

<nooodl> sed -i \'s/ `words`/(`words`)/\' bin/thanks
author HackBot
date Wed, 05 Jun 2013 19:17:13 +0000
parents 05a353b7da81
children 728369e37050
files bin/thanks
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/thanks	Wed Jun 05 19:16:14 2013 +0000
+++ b/bin/thanks	Wed Jun 05 19:17:13 2013 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl
-$_ = $ARGV[0] || chomp `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file
+$_ = $ARGV[0] || chomp(`words`); print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file