From d40ea8fc81026b46a8a5ac244db87863ab9b6e99 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 25 Oct 2024 19:04:38 +0300 Subject: [PATCH] Make macOS bundle script compatible with GNU sed (#19745) Closes https://github.com/zed-industries/zed/issues/19742 Release Notes: - N/A --- script/bundle-mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bundle-mac b/script/bundle-mac index bc95e1dd6a..230722ecfa 100755 --- a/script/bundle-mac +++ b/script/bundle-mac @@ -97,7 +97,7 @@ popd pushd crates/zed cp Cargo.toml Cargo.toml.backup sed \ - -i .backup \ + -i.backup \ "s/package.metadata.bundle-${channel}/package.metadata.bundle/" \ Cargo.toml