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
The sed regexp is a bit challenging to make portable (e.g., what works
on Linux may not work in OS X / BSDs). So just switch to Perl,
because Perl's regexps are nicely uniform across platforms.
Signed-off-by: Jeff Squyres <[email protected]>
0 commit comments