We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8c6dc commit 1e673f5Copy full SHA for 1e673f5
toolkit/Makefile
@@ -8,6 +8,9 @@
8
9
######## DEFINITIONS ########
10
11
+# Ubuntu has actual /bin/sh vs Azure Linux having a sym link to /bin/bash. Force the Make scripts to use /bin/bash
12
+SHELL=/bin/bash
13
+
14
toolkit_root := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
15
SCRIPTS_DIR ?= $(toolkit_root)/scripts
16
0 commit comments