[ci] license-header.sh: Make it POSIX-compliant! #2579
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "DraVee/eden:scripts/license"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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")
"<<<" is a bash extension and not posix compliant
https://www.shellcheck.net/wiki/SC3011
I love when every shell on my system happens to implement the few extensions that I actually use
[ci] license-header.sh: Make it POSIX-compliant!to WIP: [ci] license-header.sh: Make it POSIX-compliant!8db82e55f9
to35897434ac
WIP: [ci] license-header.sh: Make it POSIX-compliant!to [ci] license-header.sh: Make it POSIX-compliant!35897434ac
to4300f65dc0
4300f65dc0
to8efba93294
8efba93294
to17899b18c1
17899b18c1
toa7f932438b
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.