We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdb0c0 commit 35f2bb8Copy full SHA for 35f2bb8
1 file changed
Makefile
@@ -18,7 +18,7 @@ SED_IS_GNU := $(shell sed --version 2>/dev/null | grep -q "GNU sed" && echo "yes
18
ifeq ($(SED_IS_GNU),yes)
19
SED_INPLACE := sed -i
20
else ifeq ($(UNAME_S),Darwin)
21
- SED_INPLACE := sed -i''
+ SED_INPLACE := sed -i ''
22
else
23
24
endif
0 commit comments