]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/replace.sh
syntactic components detached from basic_2 become static_2
[helm.git] / matita / matita / contribs / lambdadelta / replace.sh
index 291dc454a8156fe24463d496aa9febe5570eeb7b..fcc328a85b694da2ebb5259a597afd483dda4678 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-for SRC in `find ground_2 basic_2 apps_2 -name "*.ma" -or -name "*.tbl"`; do
+for SRC in `find grond_2 static_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;