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

11 lines
447 B
Diff

diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper
index 5ee3f9ff0f5214e5606d091568f9b76c2d9401a5..068e90c50d25e8428abccd354ac84db0223fa831 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