Commit c850664
committed
fix(e2e): use portable sed flag for cross-platform packaging
sed -r is GNU-specific and fails on macOS (BSD sed) and Windows
(Git Bash). sed -E is the POSIX-portable equivalent supported
on all three platforms.1 parent 1efc40e commit c850664
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments