Update test.sh

This commit is contained in:
2019-02-06 09:43:03 -06:00
parent 61696a3e31
commit 913752f157

10
test.sh
View File

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