fix: bash script bug

This commit is contained in:
Florian Roth
2021-07-30 08:51:38 +02:00
parent ab16490d33
commit 917b95d8ff
+1 -1
View File
@@ -7,7 +7,7 @@ do
echo -n .
if ! $COVERAGE run -a --include=tools/* tools/merge_sigma $f > /dev/null
then
echo "[ERROR] Error in file $f"
echo "[ERROR] Error in file " $f
exit 1
fi
done