Navigation Menu

Skip to content

Commit

Permalink
Fixed typo in copyright update script
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 2, 2017
1 parent 45b774e commit 9e6d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/update-copyright.sh
Expand Up @@ -2,7 +2,7 @@

find . -type f -exec grep -Il "Copyright" {} \; \
| grep -v \.hg \
| while read $file; \
| while read file; \
do \
LC_ALL=C sed -ie "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$file"; \
rm "${file}e"; \
Expand Down

0 comments on commit 9e6d729

Please sign in to comment.