From aed60d49c29a2f3d7c7f433cd987d8a26244ef2d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 22 May 2016 18:57:26 +0200 Subject: [PATCH] Fix get-plugins.sh to work under MacOS --- get-plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-plugins.sh b/get-plugins.sh index 8dd903d..0aa3a18 100755 --- a/get-plugins.sh +++ b/get-plugins.sh @@ -36,7 +36,7 @@ for PLUGIN in ${PLUGINS[@]}; do fi mv repos/$PLUGIN/plugins/* plugins/ mv plugins/Makefile.mk plugins/Makefile.$PLUGIN.mk - sed -i "s/Makefile.mk/Makefile.$PLUGIN.mk/" plugins/*/Makefile + sed -i -e "s/Makefile.mk/Makefile.$PLUGIN.mk/" plugins/*/Makefile done rm -rf repos