mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user