From: Enrico Tassi Date: Mon, 20 Mar 2006 13:41:54 +0000 (+0000) Subject: removed \t X-Git-Tag: 0.4.95@7852~1591 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4d1f0f4c6828aa67797b312ec6b790378c297f5a;p=helm.git removed \t --- diff --git a/matita/scripts/profile_svn.sh b/matita/scripts/profile_svn.sh index 41b0dbf26..296ad125d 100755 --- a/matita/scripts/profile_svn.sh +++ b/matita/scripts/profile_svn.sh @@ -11,7 +11,7 @@ SVNLOG=LOG.svn function testit { LOGTOOPT=/dev/null LOGTOBYTE=/dev/null - export BENCH_EXTRA_TEXT="$MARK\t$@" + export BENCH_EXTRA_TEXT="$MARK $@" make tests make tests.opt }