Merge pull request #7427 from poelzi/master

Use /usr/bin/env for bash
pull/7560/head
Matthew Fisher 4 years ago committed by GitHub
commit 2d191fc111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ GOFLAGS :=
SRC := $(shell find . -type f -name '*.go' -print)
# Required for globs to work correctly
SHELL = /bin/bash
SHELL = /usr/bin/env bash
GIT_COMMIT = $(shell git rev-parse HEAD)
GIT_SHA = $(shell git rev-parse --short HEAD)

Loading…
Cancel
Save