From: Michael Vogt Date: Mon, 12 Aug 2013 21:33:57 +0000 (+0200) Subject: fix typo in the test for abi-compliance-checker X-Git-Tag: 1.1.exp1~43^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/183116d1a64a2610b88fa6b50f2c5199b69d5841 fix typo in the test for abi-compliance-checker --- diff --git a/abicheck/run_abi_test b/abicheck/run_abi_test index 668ce8e12..9ee840ea0 100755 --- a/abicheck/run_abi_test +++ b/abicheck/run_abi_test @@ -5,8 +5,8 @@ if [ ! -d ../build ]; then exit 1 fi -if [ ! -x $(which abi-complicance-checker > /dev/null 2>&1) ]; then - echo "Please install the 'abi-complicance-checker' package" +if [ ! -x "$(which abi-compliance-checker 2>/dev/null )" ]; then + echo "Please install the 'abi-compliance-checker' package" exit 1 fi