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