summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-23 13:44:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-23 13:44:48 +0000
commita3ee3d3e43336264a9265090afef5af26cf3968f (patch)
tree12454d5afe512ef2a47e58a997dd10d8e755ec2d /scripts
parentStable on hppa. (diff)
downloadhistorical-a3ee3d3e43336264a9265090afef5af26cf3968f.tar.gz
historical-a3ee3d3e43336264a9265090afef5af26cf3968f.tar.bz2
historical-a3ee3d3e43336264a9265090afef5af26cf3968f.zip
fix typo reported by Markus Kobel
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 1b9a8f9edc23..8fc8443b522a 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.61 2004/11/23 04:51:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.62 2004/11/23 13:44:48 vapier Exp $
# people who were here:
# (drobbins, 06 Jun 2003)
@@ -59,7 +59,7 @@ for opt in "$@" ; do
esac
done
-if [ -n "${STRAP_RUN}" ]
+if [ -n "${STRAP_RUN}" ] ; then
if [ ${BOOTSTRAP_STAGE} -ge 6 ] ; then
echo
einfo "System has been bootstrapped already!"