diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2004-11-21 17:32:37 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2004-11-21 17:32:37 +0000 |
commit | 775d03be89c4b37bc5a31b52a5f559d8545b7ff4 (patch) | |
tree | f6e7d88b9bd9bb359a1ebb78486bf520d6cafeb1 /scripts/bootstrap-macos.sh | |
parent | take package under net-dialup wing and correct DEPEND (diff) | |
download | historical-775d03be89c4b37bc5a31b52a5f559d8545b7ff4.tar.gz historical-775d03be89c4b37bc5a31b52a5f559d8545b7ff4.tar.bz2 historical-775d03be89c4b37bc5a31b52a5f559d8545b7ff4.zip |
add the executable bit back to bootstrap-macos.sh
Diffstat (limited to 'scripts/bootstrap-macos.sh')
-rw-r--r-- | scripts/bootstrap-macos.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap-macos.sh b/scripts/bootstrap-macos.sh index 30abe620e15a..6c4069a8a357 100644 --- a/scripts/bootstrap-macos.sh +++ b/scripts/bootstrap-macos.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2004 The Gentoo Foundation, Pieter Van den Abeele # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-macos.sh,v 1.8 2004/11/18 02:28:54 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-macos.sh,v 1.9 2004/11/21 17:32:37 kito Exp $ # Make sure sudo passwd is asked for @@ -50,4 +50,4 @@ function missing_devtools { gcc -v 2> /dev/null || missing_devtools echo -echo -e "Portage successfully tamed your ${NAME}"
\ No newline at end of file +echo -e "Portage successfully tamed your ${NAME}" |