socket icon indicating copy to clipboard operation
socket copied to clipboard

ci: update-stream-relay-source.sh

Open missinglink opened this issue 2 years ago • 0 comments

Updated sed to be portable between OSX & Linux

I tried running this file in CI today and it failed due to the host OS being Linux:

sed: can't read : No such file or directory

This is due to portability issues between the OSX version of sed and the GNU sed. The solution comes from suggestions in this thread.

missinglink avatar Apr 03 '24 15:04 missinglink