From 52c066ee8795b3e91adf8d6a7a9adfc20106d5e0 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Tue, 11 Apr 2017 20:25:47 -0700 Subject: [PATCH] fix directory test in makefile that fails CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 200cf1f8..16af2810 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ build: @cp node_modules/quill/dist/quill.core.css dist @cp node_modules/quill/dist/quill.snow.css dist @cp node_modules/quill/dist/quill.bubble.css dist - @[[ -d $(LIB) ]] || mkdir $(LIB) + @mkdir -p $(LIB) @cp -Rfv $(SOURCE)/* $(LIB) watch: