bug
This commit is contained in:
parent
e723f9bd3e
commit
12344f7b14
|
@ -168,6 +168,7 @@ function __parse_args() {
|
|||
esac
|
||||
# est-ce que l'option prend un argument?
|
||||
local __def __witharg __valdesc
|
||||
__witharg=
|
||||
for __def in "${__defs[@]}"; do
|
||||
if [ "${__def%::*}" != "$__def" ]; then
|
||||
[ "$__witharg" != : ] && __witharg=::
|
||||
|
|
Loading…
Reference in New Issue