From: Razvan Becheriu Date: Wed, 6 Mar 2019 18:46:47 +0000 (+0200) Subject: fixed X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0f50d51450027c126399335b3ee269c46022f6e;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