]> Cypherpunks repositories - gostls13.git/commitdiff
misc/osx: Rename profile.go to profile_go to avoid confusing scripts
authorScott Lawrence <bytbox@gmail.com>
Wed, 14 Dec 2011 21:26:48 +0000 (16:26 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 21:26:48 +0000 (16:26 -0500)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5472043

misc/osx/etc/profile_go [moved from misc/osx/etc/profile.go with 100% similarity]
misc/osx/scripts/postinstall

index 2f2c53c783fac4f4d97bdea924249d0b71e8f4de..f8545b8b0232dc5434e38795b5fbabfc8f3a3784 100644 (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)