Because the option takes an argument, a special treatment is required in the preceding case

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2017-12-06 10:32:15 +01:00
parent 591a1273fd
commit da6b8cb5de
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 3 additions and 0 deletions

View File

@ -1435,6 +1435,9 @@ _docker_container_exec() {
__docker_complete_user_group __docker_complete_user_group
return return
;; ;;
--workdir|-w)
return
;;
esac esac
case "$cur" in case "$cur" in