1.0.15.4: Fix a non-POSIX usage of find(1) in binary-distribution.sh
[sbcl.git] / binary-distribution.sh
index e0f3438..2476edd 100755 (executable)
@@ -20,6 +20,6 @@ tar -cf $b-binary.tar \
     $b/contrib/vanilla-module.mk \
     `for dir in $b/contrib/*; do
          if test -d $dir && test -f $dir/test-passed; then
-             find $dir -name CVS -type d -prune -o -not -type d -not -name '.cvsignore' -print
+             find $dir -name CVS -type d -prune -o \! -type d \! -name '.cvsignore' -print
          fi
      done`