summaryrefslogtreecommitdiff
path: root/abicheck
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-08-12 23:33:57 +0200
committerMichael Vogt <mvo@debian.org>2013-08-12 23:33:57 +0200
commit183116d1a64a2610b88fa6b50f2c5199b69d5841 (patch)
tree4c9beb5dcdceea4d3ba3a86f4fdaa7c7df069db8 /abicheck
parent713a2de01cc1a0b8dcd71a4137f8a099d22783b7 (diff)
fix typo in the test for abi-compliance-checker
Diffstat (limited to 'abicheck')
-rwxr-xr-xabicheck/run_abi_test4
1 files changed, 2 insertions, 2 deletions
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