From 6690c242b20cd37e6b4369f36a26f0e0e0331549 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:44:17 -0600 Subject: [PATCH] Update test.sh --- test.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test.sh b/test.sh index ea0d6f9..1f44be2 100755 --- a/test.sh +++ b/test.sh @@ -19,14 +19,8 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot fi s=1 -for a in "${!NM_SRVCOPTS[@]}"; do - echo " [${a}] ${SITES[${a}]}" +for srvcopt in "${!NM_SRVCOPTS[@]}"; do + echo " [${s}] ${srvcopt}" s=`expr $s + 1` done -s=1 -for a in "${!NM_SRVCOPTS[@]}"; do -do - echo " [${s}] ${a~}" - s=`expr $s + 1` -done