summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 21:12:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 21:12:56 (GMT)
commit9ce8af9fa52cd662f269e9afb03b88aca0b2f3e3 (patch)
tree095ab6802d313f4aca2abcbfaf0bcfccf26a042a
parent9d8cb8679b2c3bf0cf3cc3764f48061cf7230bc1 (diff)
Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-(
-rwxr-xr-xscripts/crosstool.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 848395a..ce40bd1 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -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"