diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-12 23:35:21 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-12 23:35:21 +0200 |
commit | bc0a5999a7ec4f23bfbb7f26f065251c4eb79146 (patch) | |
tree | 9f683d126585639b84cbde51a06905a255c2edb5 | |
parent | b917917067e757c4479a344a263ef7cf43c00866 (diff) | |
parent | 183116d1a64a2610b88fa6b50f2c5199b69d5841 (diff) |
Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-binary2
-rwxr-xr-x | abicheck/run_abi_test | 4 |
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 |