X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=6bb17689dc5cf298e6ffbc72a4095b9e54c37582;hb=279df8b476e79529c51674db2136efc19967006f;hp=124ae7ca8f84cad8d8eae1278bd331694e982a95;hpb=cf7b2cb313a44fe97809a32c6d0fa1e64e67dee5;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 124ae7c..6bb1768 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -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 - echo $dir + find $dir -name CVS -type d -prune -o -not -type d -not -name '.cvsignore' -print fi done`