sources: Add missing paren

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-02-21 14:53:40 -05:00
parent a35607a1c3
commit 13c3d12652
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 1 additions and 1 deletions

View File

@ -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"