diff options
author | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
commit | f4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /mk/bulk/tflat | |
parent | 4f4f1b81d13abc86b32673c726b70d17a6202d29 (diff) | |
download | pkgsrc-f4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'mk/bulk/tflat')
-rwxr-xr-x | mk/bulk/tflat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bulk/tflat b/mk/bulk/tflat index c8ff51c7a85..70ec50f89c7 100755 --- a/mk/bulk/tflat +++ b/mk/bulk/tflat @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# $NetBSD: tflat,v 1.7 2002/10/06 20:15:05 dmcmahill Exp $ +# $NetBSD: tflat,v 1.8 2003/05/06 17:42:04 jmmv Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. @@ -43,12 +43,12 @@ BEGIN { exit(1); } - if ( ARGV[1] == "-u" ) { + if ( ARGV[1] == "-u" ) { up=1; } else{ if ( ARGV[1] == "-d" ) { up=0; } - else{ + else{ printf("tflat: unknown option \"%s\"\n",ARGV[1]); usage(); exit(1); @@ -59,7 +59,7 @@ BEGIN { # # Read in the entire depends tree - # + # if (up){ while(getline < InFile > 0){ if ($1 in topdepends) @@ -104,7 +104,7 @@ BEGIN { printf("\n"); exit 0 -} +} function find_all_depends(pkg,pkgreg,i,deps){ # if we find the package already has been fully depended |