summaryrefslogtreecommitdiff
path: root/src/ai/api/squirrel_export.sh
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-13 15:49:32 +0000
committersmatz <smatz@openttd.org>2009-01-13 15:49:32 +0000
commitc30ce23866f2bd7a04f0f579625e5f203b902bfa (patch)
tree41a17da5fb58268af88b92de83664d04a33828d2 /src/ai/api/squirrel_export.sh
parent583413baf5d536fa0c93936630e8ff21a4cf2d23 (diff)
downloadopenttd-c30ce23866f2bd7a04f0f579625e5f203b902bfa.tar.xz
(svn r15061) -Fix (r15027): three files were missing the Id header
Diffstat (limited to 'src/ai/api/squirrel_export.sh')
-rw-r--r--src/ai/api/squirrel_export.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/squirrel_export.sh b/src/ai/api/squirrel_export.sh
index ac324390f..46f0de0d8 100644
--- a/src/ai/api/squirrel_export.sh
+++ b/src/ai/api/squirrel_export.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+# $Id$
+
# This must be called from within the src/ai/api directory.
if [ -z "$1" ]; then