1
0
Fork 0

(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk

release/1.0
smatz 2009-10-04 17:26:43 +00:00
parent d6cded5380
commit 854af7d70f
1 changed files with 2 additions and 3 deletions

View File

@ -55,9 +55,8 @@ BEGIN {
}
/@file/ {
# Break it in two lines, so SVN doesn't replace it
printf "/* $I"
print "d$ */"
# Break it, so SVN doesn't replace it
print "/* $I" "d$ */"
print ""
print "/*"
print " * This file is part of OpenTTD."