]> Cypherpunks repositories - gostls13.git/commitdiff
build: make use of env
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 21 Dec 2011 02:11:55 +0000 (11:11 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 21 Dec 2011 02:11:55 +0000 (11:11 +0900)
R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5504053

15 files changed:
src/buildscript.sh
src/buildscript_darwin_386.sh
src/buildscript_darwin_amd64.sh
src/buildscript_freebsd_386.sh
src/buildscript_freebsd_amd64.sh
src/buildscript_linux_386.sh
src/buildscript_linux_amd64.sh
src/buildscript_linux_arm.sh
src/buildscript_netbsd_386.sh
src/buildscript_netbsd_amd64.sh
src/buildscript_openbsd_386.sh
src/buildscript_openbsd_amd64.sh
src/buildscript_plan9_386.sh
src/buildscript_windows_386.sh
src/buildscript_windows_amd64.sh

index b61be731ffb254c41b3e724ab417bf2fafa00cec..2627adbe5be4ba67dbc02fcb1d94b5e7d03b185f 100755 (executable)
@@ -12,7 +12,7 @@ do
        targ=buildscript_${GOOS}_$GOARCH.sh
        rm -f $targ
 
-       (echo '#!/bin/bash
+       (echo '#!/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.
index ae4eb45867be1cec9245f706ae7da6998e6adfe7..d78cd0c5441e45c1ba65c08b06ced22100478264 100755 (executable)
@@ -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.
index 06d7dbe00fef811ad8028ed45afd61d930901c94..4cdcacc7d5e6e58d6db283577aac437b71fc720d 100755 (executable)
@@ -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.
index 3026508e955aae83a9062d2633cc45af5c48645a..f3f47c170a2ad84778ef9b93667b1da7134aa0ea 100755 (executable)
@@ -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.
index 955317252e8bd2dc8cb9f856486a33ef6cee2425..d0a4e0b8a7d031034fa8ace179983e9fd224770b 100755 (executable)
@@ -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.
index 69bc6371e661e810d32aa68d059296ba04fe111e..832fe99f9fee4bfddd64501e94575f0a15630be9 100755 (executable)
@@ -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.
index 22da2326c67e13901369a3ed9b408cb67a62ba5a..dadd3e4e25b71dac0986a0f1fe1d8710f192c290 100755 (executable)
@@ -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.
index d5b9550375a240fad4599771c7dd9721211b6226..07f6f4408de69d183d56a17a46ea61860703541c 100755 (executable)
@@ -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.
index 79cca22052782d32c0a8703c4fa0693424c0d159..ab98a3c862d85545a228e2135487548d2d5abd6a 100755 (executable)
@@ -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.
index 5a5637e5c8ecefd4244034f4fa36e78313364819..a85dac755eefb044062a57dc98712a9cf23ef305 100755 (executable)
@@ -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.
index 967d23f6b5df83713d18183f902440da42f98fa8..d4c9dab63353f67bb9aff4faeafa5455b70f59e0 100755 (executable)
@@ -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.
index a988738bc5ac022bf4b48e64ee407c15d6b56755..20b17d52d2446fa625262033036eac165138e046 100755 (executable)
@@ -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.
index 1fb2cb272b8b23a834238993a53f2861a68d06c2..96445799a724c29ff8924383e0fd7b5f71baf41f 100755 (executable)
@@ -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.
index f65e60e697dd77eade0e1c71a73bf8abedd1e021..954ce370588aa9fad1c203f659229920cc42d63d 100755 (executable)
@@ -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.
index 5e5c25edb597d53908e5aa9a0dd4490e934bc8b5..eca576ec601203ea7c27f62849bb33d46a7430f2 100755 (executable)
@@ -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.