Changeset - r10984:92bd8312420b
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-02-03 17:33:43
rubidium@openttd.org
(svn r15323) -Fix: regression backed up game_start.scr but didn't/couldn't restore it.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/ai/regression/run.sh
Show inline comments
 
@@ -11,7 +11,7 @@ cp ai/regression/regression.nut ai/regre
 
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
0 comments (0 inline, 0 general)