Skip to content

Commit ef582e3

Browse files
committed
Remove bash-ism from Makefile (use POSIX)
1 parent 7af1d23 commit ef582e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
@make check-dependencies
1515

1616
copy-over-sinon-script:
17-
@[[ -e assets/js/sinon.js ]] || npm run build && cp ../pkg/sinon.js assets/js/
17+
@[ -e assets/js/sinon.js ] || npm run build && cp ../pkg/sinon.js assets/js/
1818

1919
check-dependencies:
2020
@command -v git-lfs > /dev/null || (make print S="You need to install Git LFS before committing changes" && exit 1)

0 commit comments

Comments
 (0)