aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 714067b6..1c13cfc1 100644
--- a/parser.c
+++ b/parser.c
@@ -1856,7 +1856,7 @@ static int parse_job( process_t *p,
continue;
}
- if( use_function)
+ if( use_function && !current_block->skip )
{
int nxt_forbidden;
wchar_t *forbid;