bug
This commit is contained in:
parent
7f1e03ec46
commit
5a7fa99106
|
@ -14,7 +14,7 @@ function base_umove() {
|
|||
local -a args
|
||||
local updatedir
|
||||
args=(-d:,--updatedir: .)
|
||||
parse_args_check || return
|
||||
parse_args_check "$@" && set -- "${args[@]}" || return
|
||||
|
||||
eerror_unless [ -z "$updatedir" -o -d "$updatedir" ] "$updatedir: doit être un répertoire" || return
|
||||
eerror_if [ $# -eq 0 ] "Vous devez spécifier les fichiers à déplacer" || return
|
||||
|
|
Loading…
Reference in New Issue