diff options
Diffstat (limited to 'mk/scripts')
-rwxr-xr-x | mk/scripts/binpkg-scan | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/scripts/binpkg-scan b/mk/scripts/binpkg-scan index c80d8714543..0802d2ef01a 100755 --- a/mk/scripts/binpkg-scan +++ b/mk/scripts/binpkg-scan @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# $NetBSD: binpkg-scan,v 1.3 2006/12/15 13:15:06 martti Exp $: genreadme.awk,v 1.22 2006/04/15 15:00:24 salo Exp $ +# $NetBSD: binpkg-scan,v 1.4 2007/10/09 14:33:25 rillig Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -159,5 +159,3 @@ function load_cache_file( file, pkgfile, noftp, pkgpath, wk, rx ) { # close the cache file close( file ); } - - |