summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-03 17:33:43 +0000
committerrubidium <rubidium@openttd.org>2009-02-03 17:33:43 +0000
commit00222c6881be06ce493ebf400dde35707210b9ae (patch)
treea928fde20b7a24537b8988d054ff9d3b08c9c4e1 /bin
parentef320e3f0c619c58ed5ccb87b71b75fc54f8f610 (diff)
downloadopenttd-00222c6881be06ce493ebf400dde35707210b9ae.tar.xz
(svn r15323) -Fix: regression backed up game_start.scr but didn't/couldn't restore it.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ai/regression/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/regression/run.sh b/bin/ai/regression/run.sh
index e4916248d..800dc618b 100755
--- a/bin/ai/regression/run.sh
+++ b/bin/ai/regression/run.sh
@@ -11,7 +11,7 @@ cp ai/regression/regression.nut ai/regression/main.nut
cp ai/regression/regression_info.nut ai/regression/info.nut
if [ -f scripts/game_start.scr ]; then
- mv scripts/game_start.scr scripts/game_start.src.regression
+ mv scripts/game_start.scr scripts/game_start.scr.regression
fi
params=""
@@ -43,7 +43,7 @@ fi
rm -f ai/regression/main.nut ai/regression/info.nut
if [ -f scripts/game_start.scr.regression ]; then
- mv scripts/game_start.scr.regression scripts/game_start.src
+ mv scripts/game_start.scr.regression scripts/game_start.scr
fi
if [ "$1" != "-k" ]; then