Overview
Artifact ID: | 5da52cb734e142efcac853eb6855987d69c53507 |
---|---|
Ticket: | 2857ab0995828207effd6ebc4526ca88a53755f7
Introduce commandline switches to avoid user input |
User & Date: | anonymous 2011-01-06 22:01:04 |
Changes
- Appended to comment:
<hr /><i>anonymous claiming to be viric added on 2011-01-06 22:01:04 UTC:</i><br /> This can be solved in-fossil with <verbatim> setvbuf(stdout, (char *) NULL, _IONBF, 0); </verbatim> Out of fossil, GNU coreutils comes with <kbd>stdbuf</kbd>, a script with a LD_PRELOAD that will have that effect.