summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-02 05:45:30 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-02 05:45:30 +0100
commit16c48ec5caa018c82b1db0f23542c29893f9b919 (patch)
tree89f2ea54d4d61a56db2fdc3a19bceb72f60eda08 /scripts
parentca52870b45c298a446df20ae15d12bff5f37c480 (diff)
gentoo auto-resync : 02:10:2023 - 05:45:30
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 1e998075691a..48ed539e8186 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -351,7 +351,7 @@ if [[ -n ${STRAP_RUN} ]] ; then
fi
if [[ "${output}" = *'All selected packages:'* ]] ; then
# Make sure we get the old gcc unmerged ...
- ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} --prune sys-devel/gcc || cleanup 1
+ ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} --prune sys-devel/gcc
# Make sure the profile and /lib/cpp and /usr/bin/cc are valid ...
${GCC_CONFIG} "$(${GCC_CONFIG} --get-current-profile)" &>/dev/null
fi