mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 11:44:05 +00:00
Since the string of options variable as pattern in the case statement has not been delimited and it does not match the value of prev variable, bash completions tries to complement any option even when a specified option requires a argument. This fix stops complementing options when a option requires a argument. Signed-off-by: ERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>