(svn r23262) -Fix: one annoying typo in a squirrel_export marker line

This commit is contained in:
truebrain 2011-11-19 15:42:40 +00:00
parent dbd66cf523
commit e9dfd7a897
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include "ai_gui.hpp"
/* Convert all AI related classes to Squirrel data.
* Note: this line a marker in squirrel_export.sh. Do not change! */
* Note: this line is a marker in squirrel_export.sh. Do not change! */
#include "api/ai_accounting.hpp.sq"
#include "api/ai_airport.hpp.sq"
#include "api/ai_base.hpp.sq"

View File

@ -73,7 +73,7 @@ echo "
/SQAIController_Register/ { print \$0; next }
/SQAI.*_Register/ { next }
/Note: this line a marker in squirrel_export.sh. Do not change!/ {
/Note: this line is a marker in squirrel_export.sh. Do not change!/ {
print \$0
gsub(\"^.*/\", \"\")
split(\"`grep '^void SQAI.*_Register(Squirrel \*engine)$' *.hpp.sq | sed 's/:.*$//' | sort | uniq | tr -d '\r' | tr '\n' ' '`\", files, \" \")