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

11 lines
447 B
Diff

diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper
index eb38e146d5f24e8f9b70457e8d337bfe2a5dbd2c..c6123bf2d09bfe890531e998f6c10a02dc0cedd3 100755
--- a/chrome/installer/linux/common/wrapper
+++ b/chrome/installer/linux/common/wrapper
@@ -27,4 +27,4 @@ exec > >(exec cat)
exec 2> >(exec cat >&2)
# Note: exec -a below is a bashism.
-exec -a "$0" "$HERE/@@PROGNAME" "$@"
+"$HERE/@@PROGNAME" "$@" || true