From 8b3517d6fceb5bc2db667fc3a96aa782b1a1dc24 Mon Sep 17 00:00:00 2001 From: yujian Date: Thu, 1 Jun 2006 09:45:09 +0000 Subject: [PATCH] b=9853 Fixed a syntax error. --- lustre/utils/cluster_scripts/verify_serviceIP.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/utils/cluster_scripts/verify_serviceIP.sh b/lustre/utils/cluster_scripts/verify_serviceIP.sh index 9afef32..9d49d73 100755 --- a/lustre/utils/cluster_scripts/verify_serviceIP.sh +++ b/lustre/utils/cluster_scripts/verify_serviceIP.sh @@ -106,7 +106,6 @@ findInterface() { declare target=$1 declare hostname=$2 - { while read intf line do while read line @@ -131,8 +130,7 @@ findInterface() { shift done done - done - } < <(${REMOTE} $hostname /sbin/ifconfig) + done < <(${REMOTE} $hostname /sbin/ifconfig) echo >&2 "`basename $0`: Cannot find the interface in which" \ "$target is configured in the host $hostname!" -- 1.8.3.1