aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2011-12-14 16:26:48 -0500
committerRuss Cox <rsc@golang.org>2011-12-14 16:26:48 -0500
commit4e066e419e715eb25093a61d43456e14472d20b0 (patch)
tree994c67c3c6af9c84ae1162e4fd421b73db9a235d
parent1402d1a68615d037365158578b0c4861e0fb4157 (diff)
downloadgo-4e066e419e715eb25093a61d43456e14472d20b0.tar.gz
go-4e066e419e715eb25093a61d43456e14472d20b0.zip
misc/osx: Rename profile.go to profile_go to avoid confusing scripts
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5472043
-rwxr-xr-xmisc/osx/etc/profile_go (renamed from misc/osx/etc/profile.go)0
-rw-r--r--misc/osx/scripts/postinstall6
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/osx/etc/profile.go b/misc/osx/etc/profile_go
index 6c52ac4d58..6c52ac4d58 100755
--- a/misc/osx/etc/profile.go
+++ b/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)