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
- Some errors in regular expressions fixed (dot should be properly
quoted - either with two backslashes when inside a quoted argument,
or with single backslash when inside a bracket argument string)
- Some minor fixes regarding ccache messages
- if conditions for environment variables fixed (environment variables
can be only checked with DEFINED inside if)
- Redundant string(REGEX MATCH) replaced with if sentences where
possible
0 commit comments