From e64bc999d59fd6445f6ee9b093ab7b5e4847eea3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 25 Jul 2008 22:57:35 +0000 Subject: 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(-) diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in index 737028b..5cd6bf6 100644 --- a/config/global/ct-behave.in +++ b/config/global/ct-behave.in @@ -44,7 +44,7 @@ config DEBUG_CT if DEBUG_CT -config DEBUG_CT_PAUSE_STEPS +config DEBUG_PAUSE_STEPS bool prompt "Pause between every steps" default n 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 -- cgit v0.10.2-6-g49f6