]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-GNU_xargs.patch
rel 15; builds
[packages/apache1.git] / apache1-GNU_xargs.patch
CommitLineData
bfc879b9
ER
1diff -Naurd build-tree.orig/apache_1.3.34/src/support/check_forensic build-tree/apache_1.3.34/src/support/check_forensic
2--- build-tree.orig/apache_1.3.34/src/support/check_forensic 2004-01-15 21:46:20.000000000 +0100
3+++ build-tree/apache_1.3.34/src/support/check_forensic 2004-05-18 19:30:32.000000000 +0200
4@@ -11,5 +11,5 @@
5 grep + < /tmp/fc-all.$$ | cut -c2- | sort > /tmp/fc-in.$$
6 grep -- - < /tmp/fc-all.$$ | cut -c2- | sort > /tmp/fc-out.$$
7 # use -i instead of -I for GNU xargs
8-join -v 1 /tmp/fc-in.$$ /tmp/fc-out.$$ | xargs -I xx egrep "^\\+xx" $F
9+join -v 1 /tmp/fc-in.$$ /tmp/fc-out.$$ | xargs -ixx egrep "^\\+xx" $F
10 rm /tmp/fc-all.$$ /tmp/fc-in.$$ /tmp/fc-out.$$
This page took 0.026477 seconds and 4 git commands to generate.