diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2017-03-04 17:11:26 -0100 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2017-03-04 17:11:26 -0100 |
commit | 63d3ee5623950cc04e4b7d5c0eebf4e7a50aeb85 (patch) | |
tree | 79550494fb8384dfc8933e22592694bfc7bd58c1 /scripts/bootstrap.sh | |
parent | Make sure we rebuild actual libc and not the virtual package. (diff) | |
download | gentoo-63d3ee5623950cc04e4b7d5c0eebf4e7a50aeb85.tar.gz gentoo-63d3ee5623950cc04e4b7d5c0eebf4e7a50aeb85.tar.bz2 gentoo-63d3ee5623950cc04e4b7d5c0eebf4e7a50aeb85.zip |
Whitespace.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
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 f79232627a2a..3fd1c5a04091 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -188,7 +188,7 @@ export ORIGUSE=$(portageq envvar USE) # Check for 'build' or 'bootstrap' in USE ... INVALID_USE=$(gawk -v ORIGUSE="${ORIGUSE}" ' - BEGIN { + BEGIN { if (ORIGUSE ~ /[[:space:]](build|bootstrap)[[:space:]]/) print "yes" }') @@ -326,7 +326,7 @@ export USE="-* bootstrap ${ALLOWED_USE} ${BOOTSTRAP_USE}" # We can't unmerge headers which may or may not exist yet. If your # trying to use nptl, it may be needed to flush out any old headers -# before fully bootstrapping. +# before fully bootstrapping. if [ ${BOOTSTRAP_STAGE} -le 2 ] ; then show_status 3 Emerging packages if [[ ${RESUME} -eq 1 ]] ; then |