]> 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 <razvan@isc.org>
Thu, 16 May 2019 15:12:40 +0000 (18:12 +0300)
tools/sysrepo_config

index d1a9b6eeec661686f6784666e5c9c5fef48eb7a3..d4fc0e2d6674ee831acd2b19249c74ca84a8fb72 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
@@ -102,8 +100,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-I" ]
 then