1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-29 12:50:14 -07:00

bug fixes

This commit is contained in:
Steve Magnuson 2020-03-14 14:34:52 -07:00
parent 9c87186046
commit af87d37aa4
2 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
VERSION="2.1.12" VERSION="2.1.13"

7
tnc.sh
View File

@ -97,7 +97,7 @@
#% #%
#================================================================ #================================================================
#- IMPLEMENTATION #- IMPLEMENTATION
#- version ${SCRIPT_NAME} 3.3.7 #- version ${SCRIPT_NAME} 3.3.8
#- author Steve Magnuson, AG7GN #- author Steve Magnuson, AG7GN
#- license CC-BY-SA Creative Commons License #- license CC-BY-SA Creative Commons License
#- script_id 0 #- script_id 0
@ -392,11 +392,8 @@ SCRIPT_OPTS=':hc:v-:'
typeset -A ARRAY_OPTS typeset -A ARRAY_OPTS
ARRAY_OPTS=( ARRAY_OPTS=(
[help]=h [help]=h
[config]=c
[version]=v [version]=v
[man]=h
[script]=s
[timestamp]=t
[wait]=w
) )
LONG_OPTS="^($(echo "${!ARRAY_OPTS[@]}" | tr ' ' '|'))=" LONG_OPTS="^($(echo "${!ARRAY_OPTS[@]}" | tr ' ' '|'))="