mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
make: ignore errors of course
This commit is contained in:
parent
17a3ff34d3
commit
6eff3a77c5
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ lint-exec:
|
|||
-e '^system(' ':!*.js' ':!*.py' ':!*/contrib/*' \
|
||||
':!*/OPNsense/Core/Shell.php' ':!*/interfaces.lib.inc' \
|
||||
':!*/inc/certs.inc' ':!*/rc.configure_firmware' \
|
||||
':!*/rc.subr.d/recover' ${DIR}
|
||||
':!*/rc.subr.d/recover' ${DIR} || true
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue