]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/replace.sh
update in ground_2 and basic_2
[helm.git] / matita / matita / contribs / lambdadelta / replace.sh
index e121468e2b2306abd867a95cc7910db4b6942c88..291dc454a8156fe24463d496aa9febe5570eeb7b 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-for SRC in `find ground_2 basic_2 -name "*.ma" -or -name "*.tbl"`; do
+for SRC in `find ground_2 basic_2 apps_2 -name "*.ma" -or -name "*.tbl"`; do
    sed "s!$1!$2!g" ${SRC} > ${SRC}.new
    if [ ! -s ${SRC}.new ] || diff ${SRC} ${SRC}.new > /dev/null; 
       then rm -f ${SRC}.new;