Skip to content

Commit 80f33a0

Browse files
vdemeesterchmouel
authored andcommitted
Makefile: replace /bin/bash to bash
So that it works on NixOS or system where /bin/bash doesn't exists. Signed-off-by: Vincent Demeester <[email protected]>
1 parent 7a6a982 commit 80f33a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GO = go
88
TIMEOUT_UNIT = 20m
99
TIMEOUT_E2E = 20m
1010
GO_TEST_FLAGS +=
11-
SHELL := /bin/bash
11+
SHELL := bash
1212

1313

1414
PY_FILES := $(shell find . -type f -regex ".*py" -print)

0 commit comments

Comments
 (0)