style: move pipe to new line

This commit is contained in:
Boris Nagaev 2015-09-26 10:22:22 +03:00
parent b56f307a3f
commit b76e14d777
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@ MAKE_SHARED_FROM_STATIC = \
--bindir '$(PREFIX)/$(TARGET)/bin'
define MXE_GET_GITHUB_SHA
$(WGET) -q -O- 'https://api.github.com/repos/$(strip $(1))/git/refs/heads/$(strip $(2))' | \
$(SED) -n 's#.*"sha": "\([^"]\{10\}\).*#\1#p' | \
head -1
$(WGET) -q -O- 'https://api.github.com/repos/$(strip $(1))/git/refs/heads/$(strip $(2))' \
| $(SED) -n 's#.*"sha": "\([^"]\{10\}\).*#\1#p' \
| head -1
endef
# use a minimal whitelist of safe environment variables