# HG changeset patch # User HackBot # Date 1370459384 0 # Node ID 44277c0eec4143b222797147ace68f867d8b4384 # Parent f57219ffa290f8348ffe02486e9b61becaa62558 sed -i \'s/words`/words`.chomp/\' bin/thanks diff -r f57219ffa290 -r 44277c0eec41 bin/thanks --- a/bin/thanks Wed Jun 05 19:07:53 2013 +0000 +++ b/bin/thanks Wed Jun 05 19:09:44 2013 +0000 @@ -1,2 +1,2 @@ #!/usr/bin/perl -$_ = $ARGV[0] || `words`; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_."; \ No newline at end of file +$_ = $ARGV[0] || `words`.chomp; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_."; \ No newline at end of file