mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-05-17 23:20:08 -07:00
Bug Fixes
This commit is contained in:
parent
90ee81ff01
commit
849c958e2f
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
VERSION="2.1.9"
|
||||
VERSION="2.1.10"
|
Loading…
x
Reference in New Issue
Block a user