diff options
-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 |