Skip to content

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

Open
isuzano wants to merge 1 commit into
microsoft:dev3from
isuzano:fix/bundle-prefix-eval
Open

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

Conversation

@isuzano
Copy link
Copy Markdown

@isuzano isuzano commented May 15, 2026

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

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.

1 participant