diff options
author | Razvan Becheriu <ravan@isc.org> | 2019-03-07 16:23:21 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-05-16 17:12:40 +0200 |
commit | a81767c42dc0b6d1300be3f4bb23b1d1b95442c3 (patch) | |
tree | b2fda826239ed0a321238ef57aaa209df7c4bc24 /tools | |
parent | reverted to /bin/sh (diff) | |
download | kea-a81767c42dc0b6d1300be3f4bb23b1d1b95442c3.tar.xz kea-a81767c42dc0b6d1300be3f4bb23b1d1b95442c3.zip |
fixed shellcheck
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sysrepo_config | 4 |
1 files changed, 0 insertions, 4 deletions
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 |