mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
2a5ff26e22
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