]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fixed shellcheck
authorRazvan Becheriu <ravan@isc.org>
Thu, 7 Mar 2019 15:23:21 +0000 (17:23 +0200)
committerRazvan Becheriu <ravan@isc.org>
Thu, 7 Mar 2019 15:23:21 +0000 (17:23 +0200)
tools/sysrepo_config

index ed2f565483e2db364d8342f271dc9e18597b57e0..273305197007e499ca79f7b06ec0155f3cc88e0c 100755 (executable)
@@ -10,8 +10,6 @@
 # This script is used to run Kea from installation directory,
 # as well as for running tests.
 
-sysrepo_lib="libsysrepo"
-
 if [ -z "${YANG_LIBRARY_PATH}" ]; then
     YANG_LIBRARY_PATH=/
 fi
@@ -66,8 +64,6 @@ elif [ "$2" != "libsysrepo" ] && [ "$2" != "libSysrepo-cpp" ]; then
     echo "library $2 not supported"
     echo "run: \`$0 --help\` for more help"
     exit 0
-else
-    sysrepo_lib=$2
 fi
 
 if [ "$1" = "--cflags-only-other" ]; then