mirror of https://github.com/OpenTTD/OpenTTD
(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk
parent
d6cded5380
commit
854af7d70f
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue