add $pipestatus support

This commit is contained in:
zabereer
2019-02-07 18:47:30 +00:00
committed by ridiculousfish
parent 83884c2c13
commit ec290209db
8 changed files with 169 additions and 3 deletions

View File

@@ -1008,6 +1008,7 @@ bool exec_job(parser_t &parser, shared_ptr<job_t> j) {
}
j->continue_job(false);
proc_set_last_job_statuses(*j);
return true;
}