diff -r d5fa60201dcb -r d2c46e039cd8 scripts/crosstool.sh --- a/scripts/crosstool.sh Thu Jul 17 21:17:19 2008 +0000 +++ b/scripts/crosstool.sh Fri Jul 25 22:57:35 2008 +0000 @@ -495,7 +495,7 @@ 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