We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f30ea commit 6888da3Copy full SHA for 6888da3
test-build.sh
@@ -37,7 +37,7 @@ function build () {
37
38
cd "$(cd "${0%/*}" && pwd -P)" || exit;
39
40
-IFS=' ' read -ra versions <<< "$(get_versions . "$@")"
+IFS=' ' read -ra versions <<< "$(IFS=','; get_versions . "$1")"
41
if [ ${#versions[@]} -eq 0 ]; then
42
fatal "No valid versions found!"
43
fi
0 commit comments