summaryrefslogtreecommitdiff
path: root/scripts/crosstool.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-25 22:57:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-25 22:57:35 (GMT)
commite64bc999d59fd6445f6ee9b093ab7b5e4847eea3 (patch)
treecb0c0376a9c71a2021e754a6c1c9a12447f0877b /scripts/crosstool.sh
parent88be7624201ebb3ff93a2581e72e7f0946c38f3f (diff)
Hmmm. The debug pause at each step never ever worked... Sigh...
/trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/config/global/ct-behave.in | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-xscripts/crosstool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index e79e076..e170915 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -495,7 +495,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
if [ "${CT_STOP}" = "${step}" ]; then
do_stop=1
fi
- if [ "${CTDEBUG_CT_PAUSE_STEPS}" = "y" ]; then
+ if [ "${CT_DEBUG_PAUSE_STEPS}" = "y" ]; then
CT_DoPause "Step '${step}' finished"
fi
fi