From ef6511a8cb34cbd21fc8cb1b039634cfabcafaed Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 29 Dec 2006 22:52:26 +0000 Subject: [PATCH] cleanup title --- lustre-iokit/sgpdd-survey/sgpdd-survey | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lustre-iokit/sgpdd-survey/sgpdd-survey b/lustre-iokit/sgpdd-survey/sgpdd-survey index 7b416d8..e6878af 100755 --- a/lustre-iokit/sgpdd-survey/sgpdd-survey +++ b/lustre-iokit/sgpdd-survey/sgpdd-survey @@ -95,14 +95,7 @@ print_summary () { echo $minusn "$*" } -time_v=`date` -hostname=`hostname` -if [ "$rawdevs" ]; then - print_summary "$time_v sgpdd-survey on $rawdevs from $hostname" -fi -if [ "$scsidevs" ]; then - print_summary "$time_v sgpdd-survey on $scsidevs from $hostname" -fi +print_summary "$(date) sgpdd-survey on $rawdevs$scsidevs from $(hostname)" for ((rsz=$rszlo;rsz<=$rszhi;rsz*=2)); do for ((crg=$crglo;crg<=$crghi;crg*=2)); do -- 1.8.3.1