]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/profile_cvs.sh
some more replace facility: alt-r
[helm.git] / helm / matita / scripts / profile_cvs.sh
index 818d8a39b3db24c1b288fca4231fd34c1738ffd2..b4395f6879349551b1f113cb3333750ae0062f48 100755 (executable)
@@ -21,8 +21,8 @@ function compile {
   cd $2
   autoconf 1>/dev/null
   ./configure 1>/dev/null
+  cp matita.conf.xml.sample matita.conf.xml
   make all opt 1>/dev/null
-  sed "s/@@OWNER@@/profiler/" matita.conf.xml.sample > matita.conf.xml
   cd $LOCALOLD
 }
 
@@ -50,4 +50,3 @@ cat LOG | grep -v "^.......Debug:" | awk -f $PWD/helm/matita/scripts/insert.awk
 cat INSERT.sql | mysql -u helm -h mowgli.cs.unibo.it matita
 cd $OLD
 rm -rf $TMPDIRNAME
-