Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity committed Apr 26, 2022
1 parent 6f7c244 commit c24d4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ get_arg() {
out=()

local get_next_arg
for arg in "$args"; do
for arg in "${args[@]}"; do
if [ "${get_next_arg:-}" ]; then
out+=("$arg")
unset get_next_arg
Expand Down

0 comments on commit c24d4d1

Please sign in to comment.