From: Razvan Becheriu Date: Thu, 1 Aug 2019 09:42:00 +0000 (+0300) Subject: [#766, !449] addressed gitlab ci indications X-Git-Tag: Kea-1.7.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a236fa4f4680d3eadade6b5f5a6a6065620a5b;p=thirdparty%2Fkea.git [#766, !449] addressed gitlab ci indications --- 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