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 3306271 commit 557c38cCopy full SHA for 557c38c
bin/ruby-build
@@ -368,7 +368,7 @@ fetch_tarball() {
368
elif [ -n "$RUBY_BUILD_MIRROR_PACKAGE_URL" ]; then
369
mirror_url="$RUBY_BUILD_MIRROR_PACKAGE_URL"
370
elif [ -n "$RUBY_BUILD_MIRROR_CMD" ]; then
371
- mirror_url="$("$RUBY_BUILD_MIRROR_CMD" "$package_url" "$checksum")"
+ mirror_url="$(command "$RUBY_BUILD_MIRROR_CMD" "$package_url" "$checksum")"
372
fi
373
374
0 commit comments