diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-21 23:42:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-21 23:42:29 +0000 |
commit | cd22606f946833d26a65e44289a1d7799b8d5f46 (patch) | |
tree | 5ed37eb6045f07de85f3bd87540797e60fccc457 /mk/bulk | |
parent | 5da78244d78230384a39354e22c9835d9aef0a4b (diff) | |
download | pkgsrc-cd22606f946833d26a65e44289a1d7799b8d5f46.tar.gz |
Fixed misleading indentation.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/post-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/post-build b/mk/bulk/post-build index fd96d5bb957..4a377940dd3 100644 --- a/mk/bulk/post-build +++ b/mk/bulk/post-build @@ -1,5 +1,5 @@ #!/usr/pkg/bin/perl -# $NetBSD: post-build,v 1.67 2007/01/08 22:42:00 rillig Exp $ +# $NetBSD: post-build,v 1.68 2007/01/21 23:42:29 rillig Exp $ # # Collect stuff after a pkg bulk build # @@ -606,8 +606,8 @@ EOHTML if ($verbose && ($state eq "topten" || $state eq "broken")) { print "\n\n$state_head{$state}\n\n"; - print_report_header(); - } + print_report_header(); + } print HTML <<EOHTML; |