]> git.saurik.com Git - apt.git/commitdiff
fix typo in the test for abi-compliance-checker
authorMichael Vogt <mvo@debian.org>
Mon, 12 Aug 2013 21:33:57 +0000 (23:33 +0200)
committerMichael Vogt <mvo@debian.org>
Mon, 12 Aug 2013 21:33:57 +0000 (23:33 +0200)
abicheck/run_abi_test

index 668ce8e1205b1c65f39b4bc65a414f2f0a3c4634..9ee840ea01d16ae20806b4277772f5a02fcc602e 100755 (executable)
@@ -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