mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-20 10:56:19 +01:00
(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk
This commit is contained in:
parent
d6cded5380
commit
854af7d70f
@ -55,9 +55,8 @@ BEGIN {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/@file/ {
|
/@file/ {
|
||||||
# Break it in two lines, so SVN doesn't replace it
|
# Break it, so SVN doesn't replace it
|
||||||
printf "/* $I"
|
print "/* $I" "d$ */"
|
||||||
print "d$ */"
|
|
||||||
print ""
|
print ""
|
||||||
print "/*"
|
print "/*"
|
||||||
print " * This file is part of OpenTTD."
|
print " * This file is part of OpenTTD."
|
||||||
|
Loading…
Reference in New Issue
Block a user