From e52bf6b2fb876e1d79b696ee53a1240ecdc7030a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 23 Nov 2004 13:44:48 +0000 Subject: fix typo reported by Markus Kobel --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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!" -- cgit v1.2.3-65-gdbad