mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Use a safer single-quote approach. In single-quotes, we only have to escape single quotes itself with an unquote, double- quote trick. Also split the argument format from the actual command so that we can use %x notation in the command, which should not be replaced.