]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#766, !449] addressed gitlab ci indications
authorRazvan Becheriu <razvan@isc.org>
Thu, 1 Aug 2019 09:42:00 +0000 (12:42 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 19 Sep 2019 11:56:57 +0000 (14:56 +0300)
tools/sysrepo_config

index 9f18b54111263bf9af2a689ee29afa7dffeeef08..ba15afe5a8ad1c9c24f8a82709a08eae58ddbbfe 100755 (executable)
@@ -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