1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:50:21 -07:00

misc/osx: Rename profile.go to profile_go to avoid confusing scripts

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5472043
This commit is contained in:
Scott Lawrence 2011-12-14 16:26:48 -05:00 committed by Russ Cox
parent 1402d1a686
commit 4e066e419e
2 changed files with 3 additions and 3 deletions

View File

@ -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)