diff options
-rwxr-xr-x | scripts/build/chroot_prep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_prep b/scripts/build/chroot_prep index 8de0e4e29..f9ebdea5f 100755 --- a/scripts/build/chroot_prep +++ b/scripts/build/chroot_prep @@ -98,7 +98,7 @@ if In_list "archives" ${HELPERS} && [ ! -e .build/bootstrap ]; then Echo_warning "The 'archives' helper is selected, but the bootstrap stage has not completed." fi -if [ "${_ACTION}" = "remove" ]; then +if [ "${ACTION}" = "remove" ]; then HELPERS_REVERSED="" for HELPER in $HELPERS; do HELPERS_REVERSED="${HELPER}${HELPERS_REVERSED:+ $HELPERS_REVERSED}" |