Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-(

This commit is contained in:
Yann E. MORIN" 2007-05-13 21:12:56 +00:00
parent 9d8cb8679b
commit 9ce8af9fa5

View File

@ -30,9 +30,6 @@ CT_STAR_DATE_HUMAN=`CT_DoDate +%Y%m%d.%H%M%S`
# Log to a temporary file until we have built our environment
CT_ACTUAL_LOG_FILE="${CT_TOP_DIR}/$$.log"
# CT_TOP_DIR should be an absolute path.
CT_TOP_DIR="`CT_MakeAbsolutePath \"${CT_TOP_DIR}\"`"
# Parse the configuration file
CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"
. "${CT_TOP_DIR}/.config"