mirror of
https://github.com/containers/skopeo.git
synced 2025-09-09 18:49:27 +00:00
bash completion: rm eval on assigned variable
warning: previous_extglob_setting is referenced but not assigned. [SC2154] Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@@ -203,7 +203,6 @@ _cli_bash_autocomplete() {
|
||||
local completions_func=_skopeo_${command}
|
||||
declare -F $completions_func >/dev/null && $completions_func
|
||||
|
||||
eval "$previous_extglob_setting"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user