From 13c3d1265279da949cfb3c0b8efbd829c01075aa Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 21 Feb 2023 14:53:40 -0500 Subject: [PATCH] sources: Add missing paren Signed-off-by: Stephen Gallagher --- nodejs-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-sources.sh b/nodejs-sources.sh index 01029ec..e83ef8f 100755 --- a/nodejs-sources.sh +++ b/nodejs-sources.sh @@ -296,7 +296,7 @@ echo echo "ada" echo "=========================" ADA_VERSION=$(grep -oP '(?<=#define ADA_VERSION ).*\"' node-v${version}/deps/ada/ada.h |sed -e 's/^"//' -e 's/"$//') -echo "${ADA_VERSION} +echo "${ADA_VERSION}" echo echo "Applying versions to spec template"