From: dtrg Date: Wed, 25 Apr 2007 00:03:56 +0000 (+0000) Subject: Modified how 'find' is used to work on SF's servers. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9060bd6ac7cde5be623f9ceb9242816e31e84240;p=ack.git Modified how 'find' is used to work on SF's servers. --- diff --git a/build b/build index ef759bd36..13a7b7232 100755 --- a/build +++ b/build @@ -33,7 +33,7 @@ rebuild() { fi } -inputs=$(cd src && find -wholename "*/.*" -prune -o -type f -print) +inputs=$(cd src && find -ipath "*/.*" -prune -o -type f -print) for f in $inputs; do srcextension=${f##*.}