From 93ecdcffc8a8d5fd1f4e5683d2792e54a4b4204f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:38:26 -0600 Subject: [PATCH] Update test.sh --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 82936dd..1fe6b15 100755 --- a/test.sh +++ b/test.sh @@ -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`