diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-18 13:43:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-18 13:43:53 +0000 |
commit | 7784e86ea19f9861c3b58d7baabb60e697cceca3 (patch) | |
tree | 9707cbdd4a83a1d5886546db51f47e3c183dc1b2 /scripts | |
parent | Fixed header. (diff) | |
download | historical-7784e86ea19f9861c3b58d7baabb60e697cceca3.tar.gz historical-7784e86ea19f9861c3b58d7baabb60e697cceca3.tar.bz2 historical-7784e86ea19f9861c3b58d7baabb60e697cceca3.zip |
minor touchups
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bootstrap-cascade.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/bootstrap-cascade.sh b/scripts/bootstrap-cascade.sh index 408aae38a4c1..2866bd793b06 100644 --- a/scripts/bootstrap-cascade.sh +++ b/scripts/bootstrap-cascade.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Foundation. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-cascade.sh,v 1.16 2004/09/30 21:32:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-cascade.sh,v 1.17 2004/10/18 13:43:53 vapier Exp $ # people who were here: # (drobbins, 06 Jun 2003) @@ -45,7 +45,7 @@ for opt in "$@" ; do esac done -MYPROFILEDIR="`readlink -f /etc/make.profile`" +MYPROFILEDIR="$(readlink -f /etc/make.profile)" if [ ! -d "${MYPROFILEDIR}" ] ; then echo "!!! Error: '${MYPROFILEDIR}' does not exist. Exiting." exit 1 @@ -57,7 +57,7 @@ fi [ -e /etc/profile ] && source /etc/profile echo -e "\n${GOOD}Gentoo Linux${GENTOO_VERS}; ${BRACKET}http://www.gentoo.org/${NORMAL}" -echo -e "Copyright 1999-2004 Gentoo Foundation.; Distributed under the GPLv2" +echo -e "Copyright 1999-2004 Gentoo Foundation; Distributed under the GPLv2" if [ "${STRAP_EMERGE_OPTS:0:2}" = "-f" ]; then echo "Fetching all bootstrap-related archives ..." else |