diff options
Diffstat (limited to 'rules.ninja')
| -rw-r--r-- | rules.ninja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ninja b/rules.ninja index 9be29eb4..0baf0e60 100644 --- a/rules.ninja +++ b/rules.ninja @@ -49,7 +49,7 @@ rule awk command = awk $expr $in >$out.tmp && mv $out.tmp $out rule githash - command = rc ./scripts/hash.rc $builddir/$repo.git $out $args $in + command = rc ./scripts/hash.rc $builddir/$repo.git $args $in >$out.tmp && mv $out.tmp $out rule gittree command = rc ./scripts/tree.rc $builddir/$repo.git $repo_tag $in |
