X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Freplace.sh;h=2f053dec9c5122002d2c3f915c6f74b3764d00af;hb=09b4420070d6a71990e16211e499b51dbb0742cb;hp=739dd9871902248d2d25818512ec32546308522f;hpb=bba53a83579540bc3925d47d679e2aad22e85755;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/replace.sh b/matita/matita/contribs/lambdadelta/replace.sh index 739dd9871..2f053dec9 100644 --- a/matita/matita/contribs/lambdadelta/replace.sh +++ b/matita/matita/contribs/lambdadelta/replace.sh @@ -1,6 +1,6 @@ #!/bin/sh -#for MA in `find -name "*.ma"`; do -for MA in `find -name "cpg*.ma" -or -name "cpx*.ma"`; do +for MA in `find -name "*.ma"`; do +#for MA in `find -name "cpg*.ma" -or -name "cpx*.ma"`; do echo ${MA}; sed "s!$1!$2!g" ${MA} > ${MA}.new if diff ${MA} ${MA}.new > /dev/null; then rm -f ${MA}.new;