Update test.sh

This commit is contained in:
2019-02-06 09:38:26 -06:00
parent 54507aee9e
commit 93ecdcffc8

View File

@@ -18,8 +18,9 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
exit 0
fi
s=1
for srvcopts in "${NM_SRVCOPTS[@]}"
for srvcopt in "${!NM_SRVCOPTS[@]}"; do
do
echo " [${s}] ${srvcopts~}"
s=`expr $s + 1`