diff options
author | Razvan Becheriu <ravan@isc.org> | 2019-03-06 19:32:34 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-05-16 17:12:40 +0200 |
commit | b019c6d60a542ee4e152455894aa9ded1e363e65 (patch) | |
tree | e38809be3aef3b66e22d472ab3efd9604f36faad /tools/sysrepo_config | |
parent | fixed build sysrepo (diff) | |
download | kea-b019c6d60a542ee4e152455894aa9ded1e363e65.tar.xz kea-b019c6d60a542ee4e152455894aa9ded1e363e65.zip |
fixed
Diffstat (limited to 'tools/sysrepo_config')
-rwxr-xr-x | tools/sysrepo_config | 2 |
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 |