Explorar o código

fix typo in the test for abi-compliance-checker

Michael Vogt %!s(int64=13) %!d(string=hai) anos
pai
achega
183116d1a6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      abicheck/run_abi_test

+ 2 - 2
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