From 8d1a3a4eb7ea7ec980c254637e732453612d0137 Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Fri, 4 Mar 2022 13:13:28 +0100 Subject: [PATCH] return to sh-compatible piping --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcb90f6..cc9b48b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ create-builddir: fetch-sources: create-builddir curl -o $(BUILDDIR)/data/$(SOURCE_FILENAME) $(SOURCE) - md5sum -c <<< "$(CHECKSUM) $(BUILDDIR)/data/$(SOURCE_FILENAME)" + echo "$(CHECKSUM) $(BUILDDIR)/data/$(SOURCE_FILENAME)" | md5sum -c patch-version: create-builddir sed -e "s|@PKG_VERSION@|$(PKG_VERSION)|" \