diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/crosstool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index e79e076f..e170915a 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 |