summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hscript/util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/hscript/util.cc b/hscript/util.cc
index 21d2356..13688dd 100644
--- a/hscript/util.cc
+++ b/hscript/util.cc
@@ -104,7 +104,6 @@ int run_command(const std::string &cmd, const std::vector<std::string> &args) {
if(WEXITSTATUS(status) != 0) {
output_error(cmd, "exited abnormally with status " +
std::to_string(WEXITSTATUS(status)));
- return false;
}
return WEXITSTATUS(status);