Support SHELLs with spaces in path

This commit is contained in:
pancake 2015-08-11 02:26:43 +02:00
parent 83ca1dab47
commit 270d283a38

View File

@ -201,7 +201,7 @@ ifeq ($(CS_TAR),)
capstone: capstone-sync
capstone-sync:
$(SHELL) capstone.sh "${CS_URL}" "${CS_BRA}" "${CS_TIP}" "${CS_REV}"
"$(SHELL)" capstone.sh "${CS_URL}" "${CS_BRA}" "${CS_TIP}" "${CS_REV}"
.PHONY: capstone
else