mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-28 14:47:21 -07:00
The command passed to busybox `script -c '...'` contained embedded single quotes (from echo and file path), breaking the outer quoting. Escape them with the standard POSIX `'\''` technique before wrapping. Made-with: Cursor