diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 20:33:05 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 20:33:05 +0000 |
commit | 2b2ea8b59cdf704aa4b1606318bb990507492148 (patch) | |
tree | 53f3a1ccbf69b620bdd373467a70c885e73352cc /remoting | |
parent | 4c07c6544e6647ce0d9418549dbe9af52d42bc06 (diff) | |
download | chromium_src-2b2ea8b59cdf704aa4b1606318bb990507492148.zip chromium_src-2b2ea8b59cdf704aa4b1606318bb990507492148.tar.gz chromium_src-2b2ea8b59cdf704aa4b1606318bb990507492148.tar.bz2 |
Set svn:executable bit on executable script.
R=garykac@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/10191002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rwxr-xr-x[-rw-r--r--] | remoting/host/installer/build-installer-archive.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/installer/build-installer-archive.py b/remoting/host/installer/build-installer-archive.py index 3a4ede6..3386e2e 100644..100755 --- a/remoting/host/installer/build-installer-archive.py +++ b/remoting/host/installer/build-installer-archive.py @@ -199,5 +199,6 @@ def main(): return 0 + if __name__ == '__main__': sys.exit(main()) |