Skip to content

fix(bundle): avoid eval in --prefix handling#1293

Merged
daanx merged 1 commit into
microsoft:dev3from
isuzano:fix/bundle-prefix-eval
Jun 22, 2026
Merged

fix(bundle): avoid eval in --prefix handling#1293
daanx merged 1 commit into
microsoft:dev3from
isuzano:fix/bundle-prefix-eval

Conversation

@isuzano

@isuzano isuzano commented May 15, 2026

Copy link
Copy Markdown

This patch removes the use of eval from --prefix handling in bin/bundle.sh
and replaces it with minimal explicit ~ expansion.

It also fixes a few small quoting issues involving:

  • "$@"
  • cp "$1" "$2"

Scope intentionally kept minimal:

  • no allocator/core changes
  • no build system changes
  • no behavioral refactors

@daanx daanx merged commit a92aeb6 into microsoft:dev3 Jun 22, 2026
1 check passed
@daanx

daanx commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Thank you!

daanx added a commit that referenced this pull request Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants