On 13.10.2005 23:28, Jani Taskinen wrote:
-      for i in /usr /usr/local; do
-        if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then
+      for i in /usr/local /usr; do
+        if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then

Just curious: what's the problem with -o ?
There are a lot of -o all over the sources:

find . -name "config.m4" | xargs grep -nH "\-o" | wc -l
51

Thanks for correcting it, btw.

--
Wbr, Antony Dovgal

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to