commit | 670933048822c65559e370d6a5c0464980025479 | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Dec 21 11:11:55 2011 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Dec 21 11:11:55 2011 +0900 |
tree | 053e9649abc1db570517e73046f59b082896d350 | |
parent | a63262b6c0576e11bb45a3ba090b7666ed92d022 [diff] [blame] |
build: make use of env R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5504053
diff --git a/src/buildscript_netbsd_amd64.sh b/src/buildscript_netbsd_amd64.sh index 5a5637e..a85dac7 100755 --- a/src/buildscript_netbsd_amd64.sh +++ b/src/buildscript_netbsd_amd64.sh
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # AUTO-GENERATED by buildscript.sh; DO NOT EDIT. # This script builds the go command (written in Go), # and then the go command can build the rest of the tree.