summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2011-12-14 16:26:48 -0500
committerScott Lawrence <bytbox@gmail.com>2011-12-14 16:26:48 -0500
commitd3f09d638888c2e15585c50a10b849c99c047fd5 (patch)
tree8b3aae382671739ae9c09508dc63ca01fa7b6156 /misc
parent0812762cb0dbe0321b2ffc312c6cb601b71a12ff (diff)
downloadgo-d3f09d638888c2e15585c50a10b849c99c047fd5.tar.gz
misc/osx: Rename profile.go to profile_go to avoid confusing scripts
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5472043 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'misc')
-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 6c52ac4d5..6c52ac4d5 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 2f2c53c78..f8545b8b0 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)