From e1a236fa4f4680d3eadade6b5f5a6a6065620a5b Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 1 Aug 2019 12:42:00 +0300 Subject: [PATCH] [#766, !449] addressed gitlab ci indications --- tools/sysrepo_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sysrepo_config b/tools/sysrepo_config index 9f18b54111..ba15afe5a8 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -78,7 +78,7 @@ if [ "$1" = "--libs" ]; then fi if [ "$1" = "--modversion" ]; then - VERSION=`sysrepoctl -v | tr -s " " | cut -d " " -f 7` + VERSION=$(sysrepoctl -v | tr -s " " | cut -d " " -f 7) echo "${VERSION}" exit 0 fi -- 2.47.2