fix: bash script bug
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user