]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/exportcoq/export_contrib_theory.sh
ocaml 3.09 transition
[helm.git] / helm / EXPORT / exportcoq / export_contrib_theory.sh
index 6ebb2ad281e00e3b7e648b97e116c8c04945e81a..afc191889666d6e2b5cb1124eb6d737720eb4adc 100755 (executable)
@@ -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 > \