diff options
author | rillig <rillig> | 2007-10-09 14:33:25 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-09 14:33:25 +0000 |
commit | bf2c06f11a960194271bfb15b38f2091d506ce04 (patch) | |
tree | 615393aa2b0a62b8fbb993dadf5ad2f59837c359 /mk/scripts | |
parent | a7bdd66ae1448006701666e0037cce19c3fc2bd6 (diff) | |
download | pkgsrc-bf2c06f11a960194271bfb15b38f2091d506ce04.tar.gz |
Fixed CVS Id and trailing empty lines.
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 ); } - - |