Change some instances of 'print $thing' to 'print $thing || ""', to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Apr 2012 22:19:17 +0000 (22:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Apr 2012 22:19:17 +0000 (22:19 +0000)
commitefdb908d51a58cf7e46bdcf7e4d7ec405eede69d
tree5c6a1e8cf3ba52e0ae05600782358e27e274f29e
parentb4b0a0ff28669d3677dc7d7e658bd473bb3de250
Change some instances of 'print $thing' to 'print $thing || ""', to
prevent annoying Perl warnings when $thing is undefined.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9446 cda61777-01e9-0310-a592-d414129be87e
mkfiles.pl