From: Scott Lawrence Date: Wed, 14 Dec 2011 21:26:48 +0000 (-0500) Subject: misc/osx: Rename profile.go to profile_go to avoid confusing scripts X-Git-Tag: weekly.2011-12-14~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e066e419e715eb25093a61d43456e14472d20b0;p=gostls13.git misc/osx: Rename profile.go to profile_go to avoid confusing scripts R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5472043 --- diff --git a/misc/osx/etc/profile.go b/misc/osx/etc/profile_go similarity index 100% rename from misc/osx/etc/profile.go rename to misc/osx/etc/profile_go diff --git a/misc/osx/scripts/postinstall b/misc/osx/scripts/postinstall index 2f2c53c783..f8545b8b02 100644 --- a/misc/osx/scripts/postinstall +++ b/misc/osx/scripts/postinstall @@ -10,9 +10,9 @@ find . -type d -exec chmod ugo+rx \{\} \; chmod o-w . echo "Setting GOROOT system-wide" -echo "eval \`/etc/profile.go\`" >> /etc/csh.login -echo "eval \`/etc/profile.go\`" >> /etc/zshenv -echo "eval \`/etc/profile.go\`" >> /etc/profile +echo "eval \`/etc/profile_go\`" >> /etc/csh.login +echo "eval \`/etc/profile_go\`" >> /etc/zshenv +echo "eval \`/etc/profile_go\`" >> /etc/profile echo "Fixing debuggers via sudo.bash" # setgrp procmod the debuggers (sudo.bash)