From 266273b0c98d7ca42a35ee849f849c17dbe10eaa Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 19 Jul 2021 01:54:22 +0800 Subject: lang/python310: Use ECHO_CMD instead of ECHO --- lang/python310/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python310/Makefile b/lang/python310/Makefile index 659471f703d6..c81972076326 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -126,9 +126,9 @@ post-patch: @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py # Apply DISABLED_EXTENSIONS - @${ECHO} '*disabled*' > ${WRKSRC}/Modules/Setup.local + @${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local . for _module in ${DISABLED_EXTENSIONS} - @${ECHO} ${_module} >> ${WRKSRC}/Modules/Setup.local + @${ECHO_CMD} ${_module} >> ${WRKSRC}/Modules/Setup.local . endfor post-install: -- cgit v1.2.3