From 1cc055e1302fa67d42cef6197e33c3c568730bcd Mon Sep 17 00:00:00 2001 From: Grant Goodyear Date: Thu, 24 Oct 2002 02:34:46 +0000 Subject: Removed extra quotation marks (after 'emerge $myNCURSES'). --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-65-gdbad