From: Razvan Becheriu Date: Thu, 7 Mar 2019 15:23:21 +0000 (+0200) Subject: fixed shellcheck X-Git-Tag: Kea-1.6.0-beta~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a81767c42dc0b6d1300be3f4bb23b1d1b95442c3;p=thirdparty%2Fkea.git fixed shellcheck --- 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