summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/build_tools
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-25 02:25:52 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-25 02:25:52 +0000
commit4fc41d92e7a2ccd3f4497198d8774659cffb078b (patch)
treefdfd90b9c13ab01d5c0959f1ad18339143b2876a /native_client_sdk/src/build_tools
parent8973c3a2aa49807495c55cb8ff6e2e7b31621eaf (diff)
downloadchromium_src-4fc41d92e7a2ccd3f4497198d8774659cffb078b.zip
chromium_src-4fc41d92e7a2ccd3f4497198d8774659cffb078b.tar.gz
chromium_src-4fc41d92e7a2ccd3f4497198d8774659cffb078b.tar.bz2
Set svn:executable bit on scripts that are executable.
R=binji@chromium.org TEST= BUG= Review URL: http://codereview.chromium.org/10139026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/build_tools')
-rw-r--r--native_client_sdk/src/build_tools/buildbot_common.py1
-rwxr-xr-xnative_client_sdk/src/build_tools/install_boost/install_boost.py3
-rwxr-xr-xnative_client_sdk/src/build_tools/install_third_party.py3
-rw-r--r--native_client_sdk/src/build_tools/manifest_util.py1
-rwxr-xr-x[-rw-r--r--]native_client_sdk/src/build_tools/nacl-mono-archive.py0
-rwxr-xr-x[-rw-r--r--]native_client_sdk/src/build_tools/nacl-mono-buildbot.py0
-rwxr-xr-x[-rw-r--r--]native_client_sdk/src/build_tools/nacl-mono-builder.py2
7 files changed, 4 insertions, 6 deletions
diff --git a/native_client_sdk/src/build_tools/buildbot_common.py b/native_client_sdk/src/build_tools/buildbot_common.py
index 3c37ed9..ea978e1 100644
--- a/native_client_sdk/src/build_tools/buildbot_common.py
+++ b/native_client_sdk/src/build_tools/buildbot_common.py
@@ -1,4 +1,3 @@
-#!/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.
diff --git a/native_client_sdk/src/build_tools/install_boost/install_boost.py b/native_client_sdk/src/build_tools/install_boost/install_boost.py
index 7252e28..02ca9b1 100755
--- a/native_client_sdk/src/build_tools/install_boost/install_boost.py
+++ b/native_client_sdk/src/build_tools/install_boost/install_boost.py
@@ -1,5 +1,4 @@
-#! -*- 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.
diff --git a/native_client_sdk/src/build_tools/install_third_party.py b/native_client_sdk/src/build_tools/install_third_party.py
index acee9b7..e683b66 100755
--- a/native_client_sdk/src/build_tools/install_third_party.py
+++ b/native_client_sdk/src/build_tools/install_third_party.py
@@ -1,5 +1,4 @@
-#! -*- 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.
diff --git a/native_client_sdk/src/build_tools/manifest_util.py b/native_client_sdk/src/build_tools/manifest_util.py
index b2c8263..c39597c 100644
--- a/native_client_sdk/src/build_tools/manifest_util.py
+++ b/native_client_sdk/src/build_tools/manifest_util.py
@@ -1,4 +1,3 @@
-#!/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.
diff --git a/native_client_sdk/src/build_tools/nacl-mono-archive.py b/native_client_sdk/src/build_tools/nacl-mono-archive.py
index 0462303..0462303 100644..100755
--- a/native_client_sdk/src/build_tools/nacl-mono-archive.py
+++ b/native_client_sdk/src/build_tools/nacl-mono-archive.py
diff --git a/native_client_sdk/src/build_tools/nacl-mono-buildbot.py b/native_client_sdk/src/build_tools/nacl-mono-buildbot.py
index 0b6c3a9..0b6c3a9 100644..100755
--- a/native_client_sdk/src/build_tools/nacl-mono-buildbot.py
+++ b/native_client_sdk/src/build_tools/nacl-mono-buildbot.py
diff --git a/native_client_sdk/src/build_tools/nacl-mono-builder.py b/native_client_sdk/src/build_tools/nacl-mono-builder.py
index bef5171..489dc61 100644..100755
--- a/native_client_sdk/src/build_tools/nacl-mono-builder.py
+++ b/native_client_sdk/src/build_tools/nacl-mono-builder.py
@@ -14,6 +14,7 @@ SDK_BUILD_DIR = buildbot_common.SCRIPT_DIR
MONO_BUILD_DIR = os.path.join(SDK_BUILD_DIR, 'mono_build')
MONO_DIR = os.path.join(MONO_BUILD_DIR, 'nacl-mono')
+
def main(args):
parser = optparse.OptionParser()
parser.add_option('--arch',
@@ -116,5 +117,6 @@ def main(args):
return 0
+
if __name__ == '__main__':
sys.exit(main(sys.argv))