aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.c b/parser.c
index 5e0cd5ad..6ef81d25 100644
--- a/parser.c
+++ b/parser.c
@@ -1763,8 +1763,8 @@ static void eval_job( tokenizer *tok )
if(!skip )
{
int was_builtin = 0;
- if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
- was_builtin = 1;
+// if( j->first_process->type==INTERNAL_BUILTIN && !j->first_process->next)
+// was_builtin = 1;
exec( j );