mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r17072) -Fix: don't let squirrel export make a 'stub' for ai_changelog.hpp
This commit is contained in:
parent
47b111449b
commit
808254c488
@ -17,7 +17,7 @@ if [ -z "$1" ]; then
|
|||||||
for f in `ls *.hpp`; do
|
for f in `ls *.hpp`; do
|
||||||
case "${f}" in
|
case "${f}" in
|
||||||
# these files should not be changed by this script
|
# these files should not be changed by this script
|
||||||
"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" ) continue;
|
"ai_controller.hpp" | "ai_object.hpp" | "ai_types.hpp" | "ai_changelog.hpp" ) continue;
|
||||||
esac
|
esac
|
||||||
${AWK} -f squirrel_export.awk ${f} > ${f}.tmp
|
${AWK} -f squirrel_export.awk ${f} > ${f}.tmp
|
||||||
if ! [ -f "${f}.sq" ] || [ -n "`diff -I '$Id' -b ${f}.tmp ${f}.sq 2> /dev/null || echo boo`" ]; then
|
if ! [ -f "${f}.sq" ] || [ -n "`diff -I '$Id' -b ${f}.tmp ${f}.sq 2> /dev/null || echo boo`" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user