From 1bbf135f9951050601898530fea8a656a2626658 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 7 Mar 2019 17:23:21 +0200 Subject: [PATCH] fixed shellcheck --- tools/sysrepo_config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/sysrepo_config b/tools/sysrepo_config index ed2f565483..2733051970 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 @@ -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 -- 2.47.2