diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-10 22:49:41 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-10 22:49:41 -0700 |
| commit | 5ae949dd50f10ad69759fcbabf93077444448f87 (patch) | |
| tree | c7b7132f63787ade2a564fd3a1166a28a6d6362a /setup.rc | |
| parent | cfb71cc974233b0e7d9be23dd18a257caf5d1045 (diff) | |
Print generated message to stderr
Otherwise, the messages end up in the parent's local.ninja.
Diffstat (limited to 'setup.rc')
| -rwxr-xr-x | setup.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ fn gen { } >local.ninja.tmp mv $absdir/^(local.ninja.tmp local.ninja) - echo 'generated '$dir + echo 'generated '$dir >[1=2] wait } |
