# HG changeset patch # User Rob Landley # Date 1274591445 18000 # Node ID 83601c58062e4be693c34d139ec9628bf6e4555b # Parent affef1edbdba60812d5b7ed1373b957662055be9 Correct name of timeout script. diff -r affef1edbdba -r 83601c58062e sources/more/buildall.sh --- a/sources/more/buildall.sh Fri May 21 22:26:25 2010 -0500 +++ b/sources/more/buildall.sh Sun May 23 00:10:45 2010 -0500 @@ -72,7 +72,7 @@ mkdir -p build/native-static && for i in ${ARCHES} do - maybe_fork "sources/more/timeout 60 sources/more/native-build.sh $i build/host-temp/hdc.sqf build/native-static | tee build/logs/native-$i.txt | maybe_quiet" + maybe_fork "sources/more/timeout.sh 60 sources/more/native-build.sh $i build/host-temp/hdc.sqf build/native-static | tee build/logs/native-$i.txt | maybe_quiet" done wait