Skip to content

Commit

Permalink
Fix get-plugins.sh to work under MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed May 22, 2016
1 parent d02b1bd commit aed60d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aed60d4

Please sign in to comment.