Some little fixes.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1339 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-02-29 01:33:49 +00:00
parent ec6fc4867e
commit 6f829438bf
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -124,7 +124,9 @@ build_config() {
config_requirements
eval "${TARGET}_requirements"
eval "${TARGET}_prepare_config"
eval "${TARGET}_load_config"
eval "${TARGET}_do_config"
eval "${TARGET}_save_config"
}
build_reconfig() {
@@ -133,6 +135,7 @@ build_reconfig() {
fi
config_requirements
eval "${TARGET}_requirements"
eval "${TARGET}_load_config"
build_process_config
echo "Reconfiguring complete..." 1>&2
}