make hack/make-release-artifacts.sh work on Linux

This commit is contained in:
Riccardo M. Cefala 2019-03-27 14:37:56 +00:00
parent 11e282824e
commit a78fc28c59

View file

@ -41,6 +41,10 @@ print_autogenerated_warning() {
EOF
}
# define gsed as a function on Linux for compatibility
[ "$(uname -s)" == "Linux" ] && gsed() {
sed "$@"
}
read_manifests() {
local dir