]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/exportcoq/export_contrib_theory.sh
mod change (-x)
[helm.git] / helm / EXPORT / exportcoq / export_contrib_theory.sh
old mode 100755 (executable)
new mode 100644 (file)
index 6ebb2ad..afc1918
@@ -2,7 +2,7 @@
 
 echo "Exporting theory $1";
 
-for i in ~/V7/contrib/$1/*.v
+for i in ../V7/contrib/$1/*.v
  do
   basename=$(basename $i | sed s/\\.v//)
   cat $i | ../mktheory.pl "Coq/$1/$basename" 0 > \