Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jan 10, 2025
1 parent e1e62c8 commit 29a5eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -3604,7 +3604,8 @@ parse_opt() {
#[ -z "${1:-}" ] && usage 2
while true; do
begin_optparse "${1:-}" "${2:-}" || break
# shellcheck disable=SC2034
## SC2154: Variable ${opt} gets set in file: /usr/libexec/helper-scripts/parse_opt.sh
# shellcheck disable=SC2034,SC2154
case "${opt}" in
P|directory-prefix)
get_arg
Expand Down

0 comments on commit 29a5eee

Please sign in to comment.