diff --git a/ext/macdeploycheck/macdeploycheck.cpp b/ext/macdeploycheck/macdeploycheck.cpp index beb9019ee..0d62b1e68 100644 --- a/ext/macdeploycheck/macdeploycheck.cpp +++ b/ext/macdeploycheck/macdeploycheck.cpp @@ -137,7 +137,7 @@ int main(int argc, char **argv) { } else { qLog(Error) << "Could not parse otool output line:" << output_line; - continue; + success = false; } } }