We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cb268 commit 9ef6986Copy full SHA for 9ef6986
tools/export/makefile/Makefile.tmpl
@@ -9,8 +9,8 @@ ifeq ($(shell echo $$OS),$$OS)
9
MAKEDIR = if not exist "$(1)" mkdir "$(1)"
10
RM = rmdir /S /Q "$(1)"
11
else
12
- MAKEDIR = $(SHELL) -c "mkdir -p \"$(1)\""
13
- RM = $(SHELL) -c "rm -rf \"$(1)\""
+ MAKEDIR = '$(SHELL)' -c "mkdir -p \"$(1)\""
+ RM = '$(SHELL)' -c "rm -rf \"$(1)\""
14
endif
15
16
# Move to the build directory
0 commit comments