You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using --cccl-muffle, the script passes the output of cl.exe to tr, which output seems to be taken as binary by grep. Adding -a to the list of grep options fixes the issue.
Best.
The text was updated successfully, but these errors were encountered:
Hi,
when using
--cccl-muffle
, the script passes the output ofcl.exe
totr
, which output seems to be taken as binary bygrep
. Adding-a
to the list ofgrep
options fixes the issue.Best.
The text was updated successfully, but these errors were encountered: