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