mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
trace: fix a regex portability problem
The /bin/sh in Milax has problems with the regex:
Error: invalid trace backend
Please choose a supported trace backend.
Fix it by escaping ')' like the regexes with '('.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in: