Просмотр исходного кода

Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-binary2

Michael Vogt лет назад: 13
Родитель
Сommit
bc0a5999a7
1 измененных файлов с 2 добавлено и 2 удалено
  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