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