Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jan 10, 2025
1 parent 29a5eee commit 7faad0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions usr/share/usability-misc/dist-installer-cli-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,9 @@ get_independent_host_pkgs() {
if has signify-openbsd; then
## fix Debian unconventional naming
run_signify() {
## Debian places in signify-openbsd in folder '/bin' and not '/usr/bin'.
# shellcheck disable=SC2317
${user_switch_prefix}/usr/bin/signify-openbsd "${@}"
${user_switch_prefix}/bin/signify-openbsd "${@}"
}
else
run_signify() {
Expand Down Expand Up @@ -4269,7 +4270,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 7faad0f

Please sign in to comment.