mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Use /usr/bin/env for bash
After this change, make works on nixos. Signed-off-by: Daniel Poelzleithner <git@poelzi.org>
This commit is contained in:
parent
88f42929d7
commit
d39543013b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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…
Reference in a new issue