diff options
author | Michael Larson <mike@vyatta.com> | 2010-12-02 20:06:08 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2010-12-02 20:06:08 -0800 |
commit | fd10ae2d46668a0faa20d26b361d781e41c4f61e (patch) | |
tree | 17952541740ecaf7f41f4b867a3a69dcc07d3b8c /src/exe_action.c | |
parent | 4e16053e43fbdff6d8d9bca7441df061d2087df8 (diff) | |
download | vyatta-cfg-fd10ae2d46668a0faa20d26b361d781e41c4f61e.tar.gz vyatta-cfg-fd10ae2d46668a0faa20d26b361d781e41c4f61e.zip |
update to errloc. changed reader so that stderr/stdout is printed as it is received. Also added new -x option to commit to force messages to be printed via the old format.
Diffstat (limited to 'src/exe_action.c')
-rw-r--r-- | src/exe_action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exe_action.c b/src/exe_action.c index b650a4f..04ec835 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,NULL); + status = execute_list(def.actions[act].vtw_list_head,&def,NULL,FALSE); if (status == FALSE) { printf("command failed! status: %d\n", status); } |