diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 18:07:54 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 18:07:54 +0000 |
commit | 3e5eb1076860d9b951a0882dfd31227bd32d732c (patch) | |
tree | ef46da7daf495cf409088a155c4809320bfaec58 /ppapi/cpp | |
parent | c6e5570b969321941f34dfedf6d67d268dab0912 (diff) | |
download | chromium_src-3e5eb1076860d9b951a0882dfd31227bd32d732c.zip chromium_src-3e5eb1076860d9b951a0882dfd31227bd32d732c.tar.gz chromium_src-3e5eb1076860d9b951a0882dfd31227bd32d732c.tar.bz2 |
Set svn:executable bit on scripts that are executable.
R=viettrungluu@chromium.org
TEST=
BUG=
Review URL: http://codereview.chromium.org/10162022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp')
-rwxr-xr-x[-rw-r--r--] | ppapi/cpp/documentation/doxy_cleanup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/documentation/doxy_cleanup.py b/ppapi/cpp/documentation/doxy_cleanup.py index 9ed7ae6..24ddb3c 100644..100755 --- a/ppapi/cpp/documentation/doxy_cleanup.py +++ b/ppapi/cpp/documentation/doxy_cleanup.py @@ -1,5 +1,4 @@ -#!/usr/bin/python - +#!/usr/bin/env python # Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -138,5 +137,6 @@ def main(): return 0 + if __name__ == '__main__': sys.exit(main()) |