Explorar o código

Makefile: Use gsed on macos

Co-authored-by: William Young <will.young@engineerbetter.com>
Signed-off-by: William Young <will.young@engineerbetter.com>
Marcin Kubica %!s(int64=4) %!d(string=hai) anos
pai
achega
37af26e9dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -207,7 +207,7 @@ helm.generate:
 		echo "{{- end }}" >> "$$i" && \
 		rm "$$i.bkp" && \
 		if [[ "$$OSTYPE" == "darwin"* ]]; then \
-		  export SED_I="sed -i ''"; \
+		  export SED_I="gsed -i"; \
 		else \
 		  export SED_I="sed -i"; \
 		fi; \