summaryrefslogtreecommitdiff
path: root/cad/atlc/patches/patch-aa
blob: eaf470fe3f809398db0fc37b74f3459f4769e0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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