diff options
Diffstat (limited to 'mk/scripts/binpkg-scan')
-rwxr-xr-x | mk/scripts/binpkg-scan | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/scripts/binpkg-scan b/mk/scripts/binpkg-scan index 8cbd18c0e00..db8c0a31b10 100755 --- a/mk/scripts/binpkg-scan +++ b/mk/scripts/binpkg-scan @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# $NetBSD: binpkg-scan,v 1.1 2006/07/01 11:11:21 dmcmahill Exp $: genreadme.awk,v 1.22 2006/04/15 15:00:24 salo Exp $ +# $NetBSD: binpkg-scan,v 1.2 2006/12/15 12:46:24 martti Exp $: genreadme.awk,v 1.22 2006/04/15 15:00:24 salo Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -47,7 +47,7 @@ # Global variables #----------------- -# +# # notify - if set to 1, something will be set in the output script to make it # easy to detect and an automatic email can be sent to notify a person # that some cleanup is required. |