summaryrefslogtreecommitdiff
path: root/if_mach.c
diff options
context:
space:
mode:
Diffstat (limited to 'if_mach.c')
-rw-r--r--if_mach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/if_mach.c b/if_mach.c
index 9f32ceac..fd6009e1 100644
--- a/if_mach.c
+++ b/if_mach.c
@@ -15,6 +15,7 @@ char ** envp;
if (strcmp(OS_TYPE, "") != 0 && strcmp(argv[2], "") != 0
&& strcmp(OS_TYPE, argv[2]) != 0) return(0);
printf("^^^^Starting command^^^^\n");
+ fflush(stdout);
execvp(argv[3], argv+3);
perror("Couldn't execute");