mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
662 B
Plaintext
14 lines
662 B
Plaintext
$NetBSD: patch-aa,v 1.1 2005/10/31 18:09:42 tv Exp $
|
|
|
|
--- tests/find-zero-length.test.orig 2003-10-28 17:40:59.000000000 -0500
|
|
+++ tests/find-zero-length.test
|
|
@@ -12,7 +12,7 @@ mkdir $top_builddir/tmp 2> /dev/null
|
|
rm -f $top_builddir/tmp/atlc-zero-bytes
|
|
|
|
# since tmp/atlc-zero-bytes will be found, that must be ignored.
|
|
-find $top_srcdir -size 0c | grep -v tmp/atlc-zero-bytes > $top_builddir/tmp/atlc-zero-bytes
|
|
+find $top_srcdir -type f -size 0c -print | grep -v tmp/atlc-zero-bytes > $top_builddir/tmp/atlc-zero-bytes
|
|
|
|
# The file $top_builddir/tmp/atlc-zero-bytes contains a list of all the
|
|
# files which are zero bytes. Hopefully there are none, in
|