diff options
Diffstat (limited to 'scripts/poe-tasks/check')
-rwxr-xr-x | scripts/poe-tasks/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poe-tasks/check b/scripts/poe-tasks/check index 8e6507e4..2bf380b9 100755 --- a/scripts/poe-tasks/check +++ b/scripts/poe-tasks/check @@ -14,7 +14,7 @@ function check_rv { aggregate_rv=$(( $aggregate_rv + $1 )) } -kres_is_meson_configured +is_buil_dir_configured # stop failing early, because we wouldn't do anything else than fail set +e |