Revert "/bin/bash -> /usr/bin/env bash"
This reverts commit 76349f8350d7551e70da8533bcd7daffcad9795a.
This commit is contained in:
parent
ab531a483b
commit
3b691a58c4
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
TRAPPING=0
|
TRAPPING=0
|
||||||
trap "{ echo finishing; TRAPPING=1; }" SIGINT
|
trap "{ echo finishing; TRAPPING=1; }" SIGINT
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec go run tools/generate.go $@
|
exec go run tools/generate.go $@
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec go run tools/measure.go
|
exec go run tools/measure.go
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec go run tools/serve.go
|
exec go run tools/serve.go
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Sanity testing of the examples.
|
# Sanity testing of the examples.
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec go run tools/upload.go -region us-east-1 -bucket gobyexample.com
|
exec go run tools/upload.go -region us-east-1 -bucket gobyexample.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user