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
commite52bf6b2fb876e1d79b696ee53a1240ecdc7030a (patch)
tree68e74b46d5a249ad096af5f67ce28c1dc5f412fe /scripts
parentStable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-e52bf6b2fb876e1d79b696ee53a1240ecdc7030a.tar.gz
gentoo-2-e52bf6b2fb876e1d79b696ee53a1240ecdc7030a.tar.bz2
gentoo-2-e52bf6b2fb876e1d79b696ee53a1240ecdc7030a.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!"