File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
# clean: Clean up.
31
31
32
32
# It's necessary to set this because some environments don't link sh -> bash.
33
- SHELL := /bin/bash
33
+ SHELL := /usr/ bin/env bash
34
34
35
35
# We don't need make's built-in rules.
36
36
MAKEFLAGS += --no-builtin-rules
Original file line number Diff line number Diff line change 30
30
31
31
32
32
# It's necessary to set this because some environments don't link sh -> bash.
33
- SHELL := /bin/bash
33
+ SHELL := /usr/ bin/env bash
34
34
35
35
# This rule collects all the generated file sets into a single rule. Other
36
36
# rules should depend on this to ensure generated files are rebuilt.
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
# Copyright 2018 The Kubernetes Authors.
4
4
#
You can’t perform that action at this time.
0 commit comments