From 09c2415650e67e631f7b9fcad49bdd9a0b035698 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 19 Jul 2010 15:05:05 -0700 Subject: modified syntax and commit checks now applied during commit. modification allows for error statement to be placed after location of error node. --- src/exe_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exe_action.c') diff --git a/src/exe_action.c b/src/exe_action.c index f8920e1..b650a4f 100644 --- a/src/exe_action.c +++ b/src/exe_action.c @@ -100,7 +100,7 @@ main(int argc, char** argv) //BROKEN--NEEDS TO BE FIX BELOW FOR DPATH AND CPATH common_set_context(path,path); - status = execute_list(def.actions[act].vtw_list_head,&def); + status = execute_list(def.actions[act].vtw_list_head,&def,NULL); if (status == FALSE) { printf("command failed! status: %d\n", status); } -- cgit v1.2.3