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