mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 12:27:40 +00:00
Support SHELLs with spaces in path
This commit is contained in:
parent
83ca1dab47
commit
270d283a38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user