aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-24 09:15:38 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-24 09:15:38 +1000
commit9714521bf4dd7c520efc975b4f8ec2c4efbcb839 (patch)
tree6570d943e050c8c7e8e3f614171d1ebc88d1c446 /parser.c
parent61af4e2197aa26865f4865fcf763ab3bd501af54 (diff)
Fix for broken variable export
darcs-hash:20050923231538-ac50b-60e0a827ce74a168dce0cca34ce96cf89c12ada9.gz
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.c b/parser.c
index 7aa04787..6ab2627c 100644
--- a/parser.c
+++ b/parser.c
@@ -1624,6 +1624,8 @@ static void eval_job( tokenizer *tok )
j->fg=1;
j->constructed=0;
j->skip_notification = is_subshell;
+
+ proc_had_barrier=0;
if( is_interactive )
{