From: Razvan Becheriu Date: Wed, 6 Mar 2019 18:32:34 +0000 (+0200) Subject: fixed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4005f13df4470e38919d51d140484b92e09e889f;p=thirdparty%2Fkea.git fixed --- diff --git a/tools/sysrepo_config b/tools/sysrepo_config index 42b8f1dbbb..7f462c2b55 100755 --- a/tools/sysrepo_config +++ b/tools/sysrepo_config @@ -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