From 8afa8d37d60daa4fb2f7042b32d6e7f1450b1491 Mon Sep 17 00:00:00 2001 From: "Devon H. O'Dell" Date: Sat, 14 Nov 2009 15:29:09 -0800 Subject: Build changes to support work on the BSDs. This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc http://codereview.appspot.com/152138 Committer: Russ Cox --- src/clean.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/clean.bash') diff --git a/src/clean.bash b/src/clean.bash index b9012ea04..411321b55 100755 --- a/src/clean.bash +++ b/src/clean.bash @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2009 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. @@ -13,6 +13,6 @@ do( if test -f clean.bash; then bash clean.bash else - make clean + gomake clean fi )done -- cgit v1.2.1