From 4e066e419e715eb25093a61d43456e14472d20b0 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Wed, 14 Dec 2011 16:26:48 -0500 Subject: [PATCH] misc/osx: Rename profile.go to profile_go to avoid confusing scripts R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5472043 --- misc/osx/etc/{profile.go => profile_go} | 0 misc/osx/scripts/postinstall | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename misc/osx/etc/{profile.go => profile_go} (100%) 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) -- 2.50.0