summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-29 14:11:28 -0700
committerAl Stone <ahs3@redhat.com>2012-12-29 14:11:28 -0700
commitf5c85090fb7e69a7c8f148f48aad5f7af9b90c61 (patch)
treecc472880d6c212fd6f9a9ef84babd28cb95329e3 /stage1
parentce9f986e017024f6eb7b9943953cdb7bc6a681e2 (diff)
downloadbootstrap.git.DONOTUSE-f5c85090fb7e69a7c8f148f48aad5f7af9b90c61.tar.gz
bootstrap.git.DONOTUSE-f5c85090fb7e69a7c8f148f48aad5f7af9b90c61.tar.xz
bootstrap.git.DONOTUSE-f5c85090fb7e69a7c8f148f48aad5f7af9b90c61.zip
typo in creating the local.conf file (msalter)
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'stage1')
-rwxr-xr-xstage12
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1 b/stage1
index 62e7a07..beebbde 100755
--- a/stage1
+++ b/stage1
@@ -1094,7 +1094,7 @@ EOF
#echo J=-j$newJ
#echo DISTCC_HOSTS=$(host $(hostname) | sed 's/.* //'):${DISTCC_PORT}/999
- echo J=1
+ echo J=-j1
echo DISTCC_HOSTS=localhost
# END BOZO