From 0b3d3914024bb5ef83c9f60790c42ab0a9dc0a1c Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Wed, 4 May 2011 11:16:55 +1000 Subject: make.bash: remove old bash version of gotest on Windows The file is called gotest.exe now. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/4444090 --- src/make.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index 79e368cb5..84b9908f4 100755 --- a/src/make.bash +++ b/src/make.bash @@ -47,6 +47,9 @@ rm -f "$GOBIN"/gomake ) >"$GOBIN"/gomake chmod +x "$GOBIN"/gomake +# TODO(brainman): delete this after 01/01/2012. +rm -f "$GOBIN"/gotest # remove old bash version of gotest on Windows + if [ -d /selinux -a -f /selinux/booleans/allow_execstack -a -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then if ! cat /selinux/booleans/allow_execstack | grep -c '^1 1$' >> /dev/null ; then echo "WARNING: the default SELinux policy on, at least, Fedora 12 breaks " -- cgit v1.2.1