diff -r 567f1673d59d -r 12919d5777fb scripts/build/tools.sh --- a/scripts/build/tools.sh Fri Jun 01 16:55:33 2007 +0000 +++ b/scripts/build/tools.sh Wed Jan 16 22:15:16 2008 +0000 @@ -2,7 +2,7 @@ # List all tools facilities, and parse their scripts CT_TOOLS_FACILITY_LIST= -for f in "${CT_TOP_DIR}/scripts/build/tools/"*.sh; do +for f in "${CT_LIB_DIR}/scripts/build/tools/"*.sh; do is_enabled= . "${f}" f=`basename "${f}" .sh`