summaryrefslogtreecommitdiff
path: root/if_not_there.c
diff options
context:
space:
mode:
Diffstat (limited to 'if_not_there.c')
-rw-r--r--if_not_there.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/if_not_there.c b/if_not_there.c
index 2bb15833..42dd8034 100644
--- a/if_not_there.c
+++ b/if_not_there.c
@@ -18,6 +18,7 @@ char ** envp;
return(0);
}
printf("^^^^Starting command^^^^\n");
+ fflush(stdout);
execvp(argv[2], argv+2);
exit(1);