[Glibc-bsd-commits] r3400 - trunk/posixtestsuite/debian/patches
Guillem Jover
guillem at alioth.debian.org
Fri Jun 3 07:10:27 UTC 2011
Author: guillem
Date: 2011-06-03 07:10:27 +0000 (Fri, 03 Jun 2011)
New Revision: 3400
Modified:
trunk/posixtestsuite/debian/patches/restrict-test-find.patch
Log:
Remove quotes so that find can operate on several directories
Modified: trunk/posixtestsuite/debian/patches/restrict-test-find.patch
===================================================================
--- trunk/posixtestsuite/debian/patches/restrict-test-find.patch 2011-06-03 07:06:55 UTC (rev 3399)
+++ trunk/posixtestsuite/debian/patches/restrict-test-find.patch 2011-06-03 07:10:27 UTC (rev 3400)
@@ -1,10 +1,10 @@
---
- locate-test | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ locate-test | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
--- a/locate-test
+++ b/locate-test
-@@ -99,7 +99,7 @@ then
+@@ -99,13 +99,13 @@ then
fi
# Simple version right now, just locate all:
@@ -13,3 +13,10 @@
# Force something .c or .sh
# Avoid .o, backups
+ # IF --execs, force it has no "-buildonly"
+ # If --buildable, remove the .sh files
+-find "$WHERE" -type f \
++find $WHERE -type f \
+ \( \
+ \( -name "[0-9]*-*.c" -o -name "[0-9]*-[0-9]*.sh" \) \
+ ! -name \*.o ! -name \*~ \
More information about the Glibc-bsd-commits
mailing list