]> 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 <ravan@isc.org>
Wed, 6 Mar 2019 18:32:34 +0000 (20:32 +0200)
tools/sysrepo_config

index 42b8f1dbbbc6931b806925a6a00e8e15f1be15ad..7f462c2b553d3714ce6c7fb4713f9323085c6732 100755 (executable)
@@ -64,7 +64,7 @@ if [ $# -ne 2 ]; then
     echo "Incorrect number of parameters specified"
     echo "run: \`$0 --help\` for more help2"
     exit 0
-elif [ "$2" != "libsysrepo" ] and [ "$2" != "libSysrepo-cpp" ]; then
+elif [ "$2" != "libsysrepo" ] && [ "$2" != "libSysrepo-cpp" ]; then
     echo "library $2 not supported"
     echo "run: \`$0 --help\` for more help"
     exit 0