Files
brave-core/patches/chrome-installer-linux-common-wrapper.patch
T

12 lines
469 B
Diff

diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper
index aaa46bf71f6a369060a35d594dd509741db4d170..c79bb69e966781ad63174b31e70096e2f708aa8b 100755
--- a/chrome/installer/linux/common/wrapper
+++ b/chrome/installer/linux/common/wrapper
@@ -36,5 +36,4 @@ exec < /dev/null
exec > >(exec cat)
exec 2> >(exec cat >&2)
-# Note: exec -a below is a bashism.
-exec -a "$0" "$HERE/@@PROGNAME@@" "$@"
+"$HERE/@@PROGNAME@@" "$@" || true