diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-10-24 02:34:46 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-10-24 02:34:46 +0000 |
commit | 1cc055e1302fa67d42cef6197e33c3c568730bcd (patch) | |
tree | 36fc338f4069606c81b243a97145d4a4853000eb | |
parent | fixed order of ChangeLog entries (diff) | |
download | gentoo-2-1cc055e1302fa67d42cef6197e33c3c568730bcd.tar.gz gentoo-2-1cc055e1302fa67d42cef6197e33c3c568730bcd.tar.bz2 gentoo-2-1cc055e1302fa67d42cef6197e33c3c568730bcd.zip |
Removed extra quotation marks (after 'emerge $myNCURSES').
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 7ddff92a9b3a..316a312eb417 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -98,7 +98,7 @@ export USE="$ORIGUSE bootstrap" emerge $myGLIBC $myBASELAYOUT $myTEXINFO $myGETTEXT $myZLIB $myBINUTILS $myGCC || cleanup 1 #ncurses-5.3 and up also build c++ bindings, so we need to rebuild it export USE="$ORIGUSE" -emerge $myNCURSES" +emerge $myNCURSES #restore original make.conf cleanup 0 |