[license-header] make it actually work with posix shells #2797

Merged
crueter merged 2 commits from fix/license-header into master 2025-10-21 21:00:27 +02:00
Owner

grep doesn't support -P in POSIX, so to get around this we just replace
\n with space and match that with a POSIX basic expression

Signed-off-by: crueter crueter@eden-emu.dev

grep doesn't support -P in POSIX, so to get around this we just replace \n with space and match that with a POSIX basic expression Signed-off-by: crueter <crueter@eden-emu.dev>
[license-header] make it actually work with posix shells
Some checks are pending
eden-license / license-header (pull_request) Successful in 26s
GitHub Actions [CI] Build started
bdf4c95720
grep doesn't support -P in POSIX, so to get around this we just replace
\n with space and match that with a POSIX basic expression

Signed-off-by: crueter <crueter@eden-emu.dev>
leftover
All checks were successful
eden-license / license-header (pull_request) Successful in 26s
GitHub Actions [CI] Build succeeded
17ddce8d78
Signed-off-by: crueter <crueter@eden-emu.dev>
MaranBr approved these changes 2025-10-21 20:52:13 +02:00
Lizzie approved these changes 2025-10-21 21:00:08 +02:00
crueter merged commit f1debdbac5 into master 2025-10-21 21:00:27 +02:00
crueter deleted branch fix/license-header 2025-10-21 21:00:28 +02:00
Sign in to join this conversation.
No description provided.