diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-08 08:12:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-08 08:12:25 -0400 |
commit | b2bafa5de9122ca3e7bbe74841e322808eeab43b (patch) | |
tree | f3c0628623bd26a1248a44739daf49b2f0d6219b /scripts | |
parent | scripts/cycle.2.sh: add stage2 build. (diff) | |
download | grs-b2bafa5de9122ca3e7bbe74841e322808eeab43b.tar.gz grs-b2bafa5de9122ca3e7bbe74841e322808eeab43b.tar.bz2 grs-b2bafa5de9122ca3e7bbe74841e322808eeab43b.zip |
scripts/cycle.2.sh: do a quiet run of bootstrap.sh
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cycle.2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index f2d9364..68f7e33 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -/usr/portage/scripts/bootstrap.sh +/usr/portage/scripts/bootstrap.sh -q |