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 | fc43e68075ab4d233e946612d9954e371a76dfaf (patch) | |
tree | 8de055f3aefdadf98b3cc6622fe8163d86ca96ee /scripts | |
parent | fixed order of ChangeLog entries (diff) | |
download | historical-fc43e68075ab4d233e946612d9954e371a76dfaf.tar.gz historical-fc43e68075ab4d233e946612d9954e371a76dfaf.tar.bz2 historical-fc43e68075ab4d233e946612d9954e371a76dfaf.zip |
Removed extra quotation marks (after 'emerge $myNCURSES').
Diffstat (limited to 'scripts')
-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 |