diff options
author | sketch <sketch> | 2004-02-05 10:59:40 +0000 |
---|---|---|
committer | sketch <sketch> | 2004-02-05 10:59:40 +0000 |
commit | 748366b468d10a0b0b14d7112de78df8346a7323 (patch) | |
tree | ef384b3508164d749ade1841b35a338e08cb9b7c /mk | |
parent | 05c53274d15b3c1a9ebb7d3ea1c844ca8b367183 (diff) | |
download | pkgsrc-748366b468d10a0b0b14d7112de78df8346a7323.tar.gz |
Remove a local change which crept in with the last update.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/post-build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bulk/post-build b/mk/bulk/post-build index 252e83b9fa7..5d9ce2d65b2 100644 --- a/mk/bulk/post-build +++ b/mk/bulk/post-build @@ -1,5 +1,5 @@ #!/usr/pkg/bin/perl -# $NetBSD: post-build,v 1.29 2004/01/31 03:30:49 grant Exp $ +# $NetBSD: post-build,v 1.30 2004/02/05 10:59:40 sketch Exp $ # # Collect stuff after a pkg bulk build # @@ -244,8 +244,6 @@ $FTPHOST/$FTPURL/$reportf EOF } - $REPORT = "/data1/www/broken.html"; - open(HTML,">$REPORT") or die "Can't write $REPORT: $!\n"; print HTML <<EOHTML; <html> |