diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 04:24:02 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 04:24:02 +0000 |
commit | e0f81b3acea6d444028f199845f201c65966f1c9 (patch) | |
tree | b4d03ef3711565e42e08d351914b1362b92a6bd2 /chrome/installer/linux/common | |
parent | 4bb40e7c6af1163f1b7b5799fbecc16c8b33fb7d (diff) | |
download | chromium_src-e0f81b3acea6d444028f199845f201c65966f1c9.zip chromium_src-e0f81b3acea6d444028f199845f201c65966f1c9.tar.gz chromium_src-e0f81b3acea6d444028f199845f201c65966f1c9.tar.bz2 |
Linux: Add a note on why the installer wrapper script is a bash script.
NOTRY=true
Review URL: https://codereview.chromium.org/137213012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/linux/common')
-rwxr-xr-x | chrome/installer/linux/common/wrapper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper index 774a83d..22d642fd 100755 --- a/chrome/installer/linux/common/wrapper +++ b/chrome/installer/linux/common/wrapper @@ -48,4 +48,5 @@ if [[ -n "@@SXS_USER_DATA_DIR@@" ]]; then fi fi +# Note: exec -a below is a bashism. exec -a "$0" "$HERE/@@PROGNAME@@" @@DEFAULT_FLAGS@@ "$@" |