]> git.saurik.com Git - apt.git/blobdiff - abicheck/run_abi_test
Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid
[apt.git] / 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