Skip to content

Commit

Permalink
fix pkg-test for multiple inputs
Browse files Browse the repository at this point in the history
this regressed somewhere
  • Loading branch information
jhheider committed Jun 13, 2023
1 parent c8a172b commit ff4a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pkg-test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if test -z "$1"; then
fi
done
else
PKGS="$1"
PKGS="$*"
fi

if test -n "$TEA_DOCKER"; then
Expand Down

0 comments on commit ff4a4ed

Please sign in to comment.