From: Razvan Becheriu Date: Wed, 6 Mar 2019 18:32:34 +0000 (+0200) Subject: fixed X-Git-Tag: Kea-1.6.0-beta~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b019c6d60a542ee4e152455894aa9ded1e363e65;p=thirdparty%2Fkea.git fixed --- diff --git a/tools/sysrepo_config b/tools/sysrepo_config index edd68d72f4..5f4aac500e 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -77,7 +77,7 @@ if [ $# -ne 2 ]; then echo "Incorrect number of parameters specified" echo "run: \`$0 --help\` for more help2" exit 0 -elif [ "$2" != "libsysrepo" ]; then +elif [ "$2" != "libsysrepo" ] && [ "$2" != "libSysrepo-cpp" ]; then echo "library $2 not supported" echo "run: \`$0 --help\` for more help" exit 0