From 35acadd94c884396ae6a96e29135a310b9e8c007 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 09:44:25 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 1f44be2..fd9444e 100755 --- a/test.sh +++ b/test.sh @@ -20,7 +20,7 @@ fi s=1 for srvcopt in "${!NM_SRVCOPTS[@]}"; do - echo " [${s}] ${srvcopt}" + echo " [${s}] ${srvcopt~}" s=`expr $s + 1` done