make hack/make-release-artifacts.sh work on Linux (#201)
This commit is contained in:
parent
0cccf586a4
commit
a84331eda1
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ print_autogenerated_warning() {
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# define gsed as a function on Linux for compatibility
|
||||||
|
[ "$(uname -s)" == "Linux" ] && gsed() {
|
||||||
|
sed "$@"
|
||||||
|
}
|
||||||
|
|
||||||
read_manifests() {
|
read_manifests() {
|
||||||
local dir
|
local dir
|
||||||
|
|
Loading…
Reference in a new issue