pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openhexagon: use ${ECHO} instead of echo



Module Name:	pkgsrc-wip
Committed By:	Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By:	plunky
Date:		Tue May 5 11:16:28 2020 +0100
Changeset:	0d44ff5eaccc715db475c12e55f6f7dd0f1b30ec

Modified Files:
	openhexagon/Makefile

Log Message:
openhexagon: use ${ECHO} instead of echo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d44ff5eaccc715db475c12e55f6f7dd0f1b30ec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openhexagon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/openhexagon/Makefile b/openhexagon/Makefile
index 5d1fc1d85f..66fbc50976 100644
--- a/openhexagon/Makefile
+++ b/openhexagon/Makefile
@@ -48,7 +48,7 @@ post-extract:
 
 post-build:
 	for p in ${WRKDIR}/${MODULES:MSSVOpenHexagonAssets-*}/_RELEASE/Packs/*; do \
-	    echo "{ \"name\":\"$${p##*/}\", \"priority\":0 }" >$${p}/pack.json; \
+	    ${ECHO} "{ \"name\":\"$${p##*/}\", \"priority\":0 }" >$${p}/pack.json; \
 	done
 
 post-install:


Home | Main Index | Thread Index | Old Index