Modified how 'find' is used to work on SF's servers.
authordtrg <none@none>
Wed, 25 Apr 2007 00:03:56 +0000 (00:03 +0000)
committerdtrg <none@none>
Wed, 25 Apr 2007 00:03:56 +0000 (00:03 +0000)
build

diff --git a/build b/build
index ef759bd..13a7b72 100755 (executable)
--- 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##*.}