From: Michal Voců Date: Wed, 5 Aug 2009 13:12:58 +0000 (+0000) Subject: add missing \n at the end of result line X-Git-Tag: glite-yaim-myproxy_R_4_0_4_2~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0dd3453da358d60bbd946741b79523727e42b877;p=jra1mw.git add missing \n at the end of result line --- diff --git a/org.glite.lb.common/src/perftest_common.sh b/org.glite.lb.common/src/perftest_common.sh index e110d2c..84a7fc2 100644 --- a/org.glite.lb.common/src/perftest_common.sh +++ b/org.glite.lb.common/src/perftest_common.sh @@ -87,6 +87,7 @@ print_result_header() do printf " %14s " $desc done + printf "\n" #echo -e "\tavg_job \t big_job \t avg_dag \t big_dag" }