From 95c4be095f79bc55a91c58a40e9f6e43ac0979fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:40:02 -0600 Subject: [PATCH] Update test.sh --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 1fe6b15..3acebb3 100755 --- a/test.sh +++ b/test.sh @@ -20,8 +20,8 @@ fi s=1 -for srvcopt in "${!NM_SRVCOPTS[@]}"; do +for a in "${!NM_SRVCOPTS[@]}"; do do - echo " [${s}] ${srvcopts~}" + echo " [${s}] ${a~}" s=`expr $s + 1` done