Skip to content

Commit

Permalink
Uplift of #3431 (squashed) to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases authored and fmarier committed Sep 26, 2019
1 parent 2cf4ec1 commit 746a537
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/chrome-installer-linux-common-wrapper.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper
index dbbeb27ea037ae1046c38f4006ddccabfeea9e18..fa51c4947d0261bb0138d54f1e807715bba0d345 100755
--- a/chrome/installer/linux/common/wrapper
+++ b/chrome/installer/linux/common/wrapper
@@ -45,5 +45,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

0 comments on commit 746a537

Please sign in to comment.