Skip to content

Commit

Permalink
Use /bin/bash instead of default /bin/sh as shell program in Makefile (
Browse files Browse the repository at this point in the history
…#117)

Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
  • Loading branch information
ahmedwaleedmalik authored Jan 3, 2022
1 parent 8b71f99 commit 770cbd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SHELL = /bin/bash -eu -o pipefail

export GOPATH?=$(shell go env GOPATH)
export CGO_ENABLED=0
export GOPROXY?=https://proxy.golang.org
Expand Down

0 comments on commit 770cbd3

Please sign in to comment.