]> matita.cs.unibo.it Git - helm.git/commitdiff
Fixed stupid path
authordenes <??>
Thu, 18 Jun 2009 11:43:51 +0000 (11:43 +0000)
committerdenes <??>
Thu, 18 Jun 2009 11:43:51 +0000 (11:43 +0000)
helm/software/matita/contribs/ng_TPTP/run_veloci.sh

index 68976da4d33f1aff88e14047e7b265921e23b06a..8420b055bb8f145f94c83c9f9992dcea4dc053b0 100755 (executable)
@@ -2,6 +2,6 @@ for X in `cat Veloci`;
 do
 echo $X;
 touch $X;
-/home/maxime/matita/software/matita/matitac.opt $X 2> /dev/null
+../../matitac.opt $X 2> /dev/null
 done