Update test.sh

This commit is contained in:
2019-11-23 19:32:57 -06:00
parent dfe4d93891
commit 10fe7f1661

View File

@@ -26,9 +26,9 @@ fi
NTS=('NC') NTS1=('NC')
#IFS=,; NTS=(${NTS1}); unset IFS #IFS=,; NTS=(${NTS1}); unset IFS
NTS=NTS[@] NTS=NTS1[@]
for NTYPE in "${!NTS}"; do for NTYPE in "${!NTS}"; do
echo "HERE: $NTYPE" echo "HERE: $NTYPE"