]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fixed
authorRazvan Becheriu <ravan@isc.org>
Wed, 6 Mar 2019 18:32:34 +0000 (20:32 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 16 May 2019 15:12:40 +0000 (18:12 +0300)
tools/sysrepo_config

index edd68d72f4149f9b7403c7afa9bd77476c2a233b..5f4aac500ea493029cb4856c4e609f8f50197d80 100755 (executable)
@@ -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