Fix sense of test in parse_execution to issue a barrier if an external

command has run
This commit is contained in:
ridiculousfish 2014-07-06 18:03:53 -07:00
parent b19f45e15d
commit 195cd130f8

View file

@ -1436,7 +1436,7 @@ parse_execution_result_t parse_execution_context_t::run_1_job(const parse_node_t
exec_job(*this->parser, j);
/* Only external commands require a new fishd barrier */
if (!job_contained_external_command)
if (job_contained_external_command)
{
set_proc_had_barrier(false);
}