1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-18 07:30:07 -07:00

Bug Fixes

This commit is contained in:
Steve Magnuson 2020-03-14 12:14:41 -07:00
parent 90ee81ff01
commit 849c958e2f
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ do
if [[ "x$OPTION" == "x-" ]]
then
LONG_OPTION=$OPTARG
LONG_OPTARG=$(echo $LONG_OPTION | grep "=" | cut -d'=' -f2)
LONG_OPTARG=$(echo $LONG_OPTION | grep "=" | cut -d'=' -f2-)
LONG_OPTIND=-1
[[ "x$LONG_OPTARG" = "x" ]] && LONG_OPTIND=$OPTIND || LONG_OPTION=$(echo $OPTARG | cut -d'=' -f1)
[[ $LONG_OPTIND -ne -1 ]] && eval LONG_OPTARG="\$$LONG_OPTIND"

View File

@ -1 +1 @@
VERSION="2.1.9"
VERSION="2.1.10"