parent
04bf862d97
commit
e51e7978a8
|
|
@ -313,7 +313,7 @@ getargs() {
|
|||
_args="$@"
|
||||
set --
|
||||
for _i in $_args; do
|
||||
if [ "$i" = "-d" ]; then
|
||||
if [ "$_i" = "-d" ]; then
|
||||
_deprecated=1
|
||||
continue
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue