[ci] license-header.sh: Make it POSIX-compliant! #2579

Closed
DraVee wants to merge 3 commits from DraVee:scripts/license into master
Member

Signed-off-by: Caio Oliveira caiooliveirafarias0@gmail.com

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
@ -6,1 +6,3 @@
echo "Getting branch changes"
# specify full path if dupes may exist
EXCLUDE_FILES="CPM.cmake CPMUtil.cmake GetSCMRev.cmake"
EXCLUDE_FILES=$(sed "s/ /\\\\|/g" <<< "$EXCLUDE_FILES")
Author
Member

"<<<" is a bash extension and not posix compliant

"<<<" is a bash extension and not posix compliant
Author
Member
https://www.shellcheck.net/wiki/SC3011
Owner

I love when every shell on my system happens to implement the few extensions that I actually use

I love when every shell on my system happens to implement the few extensions that I actually use
DraVee marked this conversation as resolved
DraVee changed title from [ci] license-header.sh: Make it POSIX-compliant! to WIP: [ci] license-header.sh: Make it POSIX-compliant! 2025-09-27 05:30:06 +02:00
DraVee force-pushed scripts/license from 8db82e55f9
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
to 35897434ac
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
2025-09-29 00:52:48 +02:00
Compare
DraVee changed title from WIP: [ci] license-header.sh: Make it POSIX-compliant! to [ci] license-header.sh: Make it POSIX-compliant! 2025-09-29 00:53:28 +02:00
MaranBr force-pushed scripts/license from 35897434ac
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
to 4300f65dc0
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
2025-09-30 02:25:46 +02:00
Compare
DraVee force-pushed scripts/license from 4300f65dc0
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
to 8efba93294
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
2025-10-01 06:57:43 +02:00
Compare
DraVee force-pushed scripts/license from 8efba93294
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
to 17899b18c1
All checks were successful
eden-license / license-header (pull_request) Successful in 31s
2025-10-09 09:38:07 +02:00
Compare
DraVee force-pushed scripts/license from 17899b18c1
All checks were successful
eden-license / license-header (pull_request) Successful in 31s
to a7f932438b
All checks were successful
eden-license / license-header (pull_request) Successful in 37s
2025-10-10 02:52:29 +02:00
Compare
DraVee closed this pull request 2025-10-15 09:04:19 +02:00
All checks were successful
eden-license / license-header (pull_request) Successful in 37s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.