summaryrefslogtreecommitdiff
path: root/mk/bulk/tflat
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-24 16:47:34 +0000
committertv <tv@pkgsrc.org>2005-03-24 16:47:34 +0000
commit432b696c8e6b375c0ec9e63837f43474c0dfe41c (patch)
tree6774d368a43d1b2f92e706e484aade37401e7f66 /mk/bulk/tflat
parentfc65b0338df4ee506699e24f75d8b585d6e2d60b (diff)
downloadpkgsrc-432b696c8e6b375c0ec9e63837f43474c0dfe41c.tar.gz
Correctly pass ${SORT} to tflat. Interix needs something other than the
OS-supplied one (currently, it will use gsort from coreutils).
Diffstat (limited to 'mk/bulk/tflat')
-rwxr-xr-xmk/bulk/tflat4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/tflat b/mk/bulk/tflat
index 8764b05d63c..a9743946e74 100755
--- a/mk/bulk/tflat
+++ b/mk/bulk/tflat
@@ -1,4 +1,4 @@
-# $NetBSD: tflat,v 1.13 2004/04/09 18:43:14 jschauma Exp $
+# $NetBSD: tflat,v 1.14 2005/03/24 16:47:35 tv Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -99,7 +99,7 @@ BEGIN {
}
for (x in alldepends){
- print x depstr alldepends[x] | "sort";
+ print x depstr alldepends[x] | "${SORT-sort}";
}
printf("\n");