This commit is contained in:
Manuel Canales Esparcia 2006-04-11 22:22:05 +00:00
parent 343f27e475
commit d6614ab0f8
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ wrt_system_build() { #
# Placeholder for now
echo "system_build_$N: $chapter6" >> $MKFILE.tmp
echo "system_build_$N: $PREV $chapter6" >> $MKFILE.tmp
PREV=system_build_$N
}

View file

@ -56,9 +56,9 @@ source $COMMON_DIR/config
[[ $? > 0 ]] && echo "$COMMON_DIR/conf did not load.." && exit
[[ $VERBOSITY > 0 ]] && echo "OK"
#
[[ $VERBOSITY > 0 ]] && echo -n "Loading ICA module..."
source $COMMON_DIR/func_ICA.sh
[[ $? > 0 ]] && echo "$COMMON_DIR/func_ICA.sh did not load.." && exit
[[ $VERBOSITY > 0 ]] && echo -n "Loading compare module..."
source $COMMON_DIR/func_compare.sh
[[ $? > 0 ]] && echo "$COMMON_DIR/func_compare.sh did not load.." && exit
[[ $VERBOSITY > 0 ]] && echo "OK"
#
[[ $VERBOSITY > 0 ]] && echo -n "Loading config module <$MODULE_CONFIG>..."