Skip to content

Commit

Permalink
Action: Fix svn install check when passing multiple args
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
nebularg committed Jan 17, 2025
1 parent aaf85f6 commit dbfa9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup-packager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ install_subversion() {

local pkgmeta_file
local OPTIND
while getopts ":m:" opt "$INPUT_ARGS"; do
# shellcheck disable=SC2086
while getopts ":celLzusSop:dw:a:r:t:g:m:n:" opt $INPUT_ARGS; do
case $opt in
m)
pkgmeta_file="${GITHUB_WORKSPACE}/${OPTARG}"
Expand Down

0 comments on commit dbfa9d7

Please sign in to comment.