# HG changeset patch # User HackBot # Date 1370459833 0 # Node ID 8a371054e33d4285fe9d654c9afee920a0af90a6 # Parent 05a353b7da815ea71a5e4b1b633164d6d41e6ed4 sed -i \'s/ `words`/(`words`)/\' bin/thanks diff -r 05a353b7da81 -r 8a371054e33d bin/thanks --- 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