chiark / gitweb /
Change some instances of 'print $thing' to 'print $thing || ""', to
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Apr 2012 22:19:17 +0000 (22:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Apr 2012 22:19:17 +0000 (22:19 +0000)
commite3f97413174f02298ab554cc07c7c521a654db2c
tree5c6a1e8cf3ba52e0ae05600782358e27e274f29e
parent704890390d7754861f5a097c6abfe0e1ef4f8d41
Change some instances of 'print $thing' to 'print $thing || ""', to
prevent annoying Perl warnings when $thing is undefined.

[originally from svn r9446]
mkfiles.pl