diff options
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 78f8ac7ff..db165140b 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -30,8 +30,8 @@ test ! -n "${TARGET_ARCH}" && printf "Invoking '%s TARGET_ARCH' where 'TARGET_AR # "${HERE}/setup-abuild" ${TARGET_ARCH}; export PATH="${MCMTOOLS}/abuild/bin:${PATH}"; -#bash; -#exit; +bash; +exit; ## # Additional configuration. |