Skip to content

Conversation

@aduh95
Copy link
Contributor

@aduh95 aduh95 commented Oct 31, 2025

Currently available-node results in something that looks like if [ -x ""…/node"" ] && [ -e ""…/node"" ]; then…, the double quoting is clearly not helpful.
I went with using single quotes in case the path contains weird chars (although it wouldn't help if PWD itself contains a single quote, but oh well), I left out the $(PYTHON) calls in case someone is passing flags to Python that way.

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Oct 31, 2025
@aduh95 aduh95 requested a review from richardlau November 8, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants