Files
dolibarr/.github
MDW c47998522a Qual: Ignore exit code from grep -v in phan flow (#37213)
# Qual: Ignore exit code from `grep -v` in phan flow

`grep -v` returns 1 when the resulting filtered list is empty and would stop the execution.
This is fixed with `|| true` to have a final exit code that is 0.
2026-02-12 19:53:03 +01:00
..
2024-01-10 14:52:12 +01:00
Doc
2025-08-27 01:08:10 +02:00