Another fix.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1340 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-02-29 01:46:35 +00:00
parent 6f829438bf
commit f47d103fa6
+3
View File
@@ -133,10 +133,13 @@ build_reconfig() {
if [ ! -e "$BUILD_WORK/config.state" ]; then
echo "*** Warning: file 'config.state' not found - using defaults."
fi
config_requirements
eval "${TARGET}_requirements"
eval "${TARGET}_prepare_config"
eval "${TARGET}_load_config"
build_process_config
echo "Reconfiguring complete..." 1>&2
}