From 821f1f9a033aee4cec59250ee702fefb68f1d41e Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 18 Oct 2016 12:37:27 -0400 Subject: Added -e to sed command in Makefile to make it work on all platforms (#4256) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0017c09a6..ab507dcee 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ package: build build-client cp -RL i18n $(DIST_PATH) @# Disable developer settings - sed -i'' 's|"ConsoleLevel": "DEBUG",|"ConsoleLevel": "INFO",|g' $(DIST_PATH)/config/config.json; + sed -i'' -e 's|"ConsoleLevel": "DEBUG"|"ConsoleLevel": "INFO"|g' $(DIST_PATH)/config/config.json @# Package webapp mkdir -p $(DIST_PATH)/webapp/dist -- cgit v1.2.3-1-g7c22