From a81767c42dc0b6d1300be3f4bb23b1d1b95442c3 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 7 Mar 2019 17:23:21 +0200 Subject: fixed shellcheck --- tools/sysrepo_config | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') diff --git a/tools/sysrepo_config b/tools/sysrepo_config index d1a9b6eeec..d4fc0e2d66 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -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 -- cgit v1.2.3