chore(CI): fix build error on windows

This commit is contained in:
zhanghongtong 2021-03-15 09:36:12 +08:00 committed by Zaiming (Stone) Shi
parent a9a2b4bf15
commit c5f0194af7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$(shell scripts/git-hooks-init.sh) $(shell $(CURDIR)/scripts/git-hooks-init.sh)
REBAR_VERSION = 3.14.3-emqx-5 REBAR_VERSION = 3.14.3-emqx-5
REBAR = $(CURDIR)/rebar3 REBAR = $(CURDIR)/rebar3
BUILD = $(CURDIR)/build BUILD = $(CURDIR)/build

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail