Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-(
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 13 21:12:56 2007 +0000 (2007-05-13)
changeset 93cd964565a38a
parent 92 1159b1384a78
child 94 f32c4f663805
Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-(
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Sun May 13 21:11:54 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Sun May 13 21:12:56 2007 +0000
     1.3 @@ -30,9 +30,6 @@
     1.4  # Log to a temporary file until we have built our environment
     1.5  CT_ACTUAL_LOG_FILE="${CT_TOP_DIR}/$$.log"
     1.6  
     1.7 -# CT_TOP_DIR should be an absolute path.
     1.8 -CT_TOP_DIR="`CT_MakeAbsolutePath \"${CT_TOP_DIR}\"`"
     1.9 -
    1.10  # Parse the configuration file
    1.11  CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"
    1.12  . "${CT_TOP_DIR}/.config"