From b54e578c066fc3fd606ac4220f4d8ea1997e580b Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 30 Mar 2022 05:41:28 -0700 Subject: [PATCH] revert Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5816dcfc60e6..b73fd33a446e 100644 --- a/Makefile +++ b/Makefile @@ -75,9 +75,9 @@ else endif release: -#ifeq ($(ISTAG),false) -# sed -i -e '/return string\.format/,/\"\")/c\return "$(KONG_VERSION)\"' kong/meta.lua -#endif +ifeq ($(ISTAG),false) + sed -i -e '/return string\.format/,/\"\")/c\return "$(KONG_VERSION)\"' kong/meta.lua +endif cd $(KONG_BUILD_TOOLS_LOCATION); \ $(MAKE) \ KONG_VERSION=${KONG_VERSION} \