summaryrefslogtreecommitdiffstats
path: root/tools/sysrepo_config
diff options
context:
space:
mode:
authorRazvan Becheriu <ravan@isc.org>2019-03-06 19:32:34 +0100
committerRazvan Becheriu <razvan@isc.org>2019-05-16 17:12:40 +0200
commitb019c6d60a542ee4e152455894aa9ded1e363e65 (patch)
treee38809be3aef3b66e22d472ab3efd9604f36faad /tools/sysrepo_config
parentfixed build sysrepo (diff)
downloadkea-b019c6d60a542ee4e152455894aa9ded1e363e65.tar.xz
kea-b019c6d60a542ee4e152455894aa9ded1e363e65.zip
fixed
Diffstat (limited to 'tools/sysrepo_config')
-rwxr-xr-xtools/sysrepo_config2
1 files changed, 1 insertions, 1 deletions
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