From 01dd9929e21228e4e6e04d9e3f7c310ffdc834db Mon Sep 17 00:00:00 2001
From: Merov Linden <merov@lindenlab.com>
Date: Fri, 28 Jan 2011 16:00:57 -0800
Subject: [PATCH] STORM-937 : Makes all python paths use consistent syntax

---
 indra/copy_win_scripts/start-client.py                 | 2 +-
 indra/develop.py                                       | 2 +-
 indra/lib/python/indra/util/simperf_host_xml_parser.py | 2 +-
 indra/lib/python/indra/util/simperf_oprof_interface.py | 2 +-
 indra/lib/python/indra/util/test_win32_manifest.py     | 2 +-
 indra/newview/generate_breakpad_symbols.py             | 2 +-
 scripts/build_version.py                               | 2 +-
 scripts/install.py                                     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/indra/copy_win_scripts/start-client.py b/indra/copy_win_scripts/start-client.py
index 5f7ff2f293f..2a96503f01d 100644
--- a/indra/copy_win_scripts/start-client.py
+++ b/indra/copy_win_scripts/start-client.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 import sys, getopt
 import os
 import llstart
diff --git a/indra/develop.py b/indra/develop.py
index 36c947327ae..d43cf3aadcc 100755
--- a/indra/develop.py
+++ b/indra/develop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # @file develop.py
 # @authors Bryan O'Sullivan, Mark Palange, Aaron Brashears
diff --git a/indra/lib/python/indra/util/simperf_host_xml_parser.py b/indra/lib/python/indra/util/simperf_host_xml_parser.py
index 672c1050c24..7801d9fa66f 100755
--- a/indra/lib/python/indra/util/simperf_host_xml_parser.py
+++ b/indra/lib/python/indra/util/simperf_host_xml_parser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 """\
 @file simperf_host_xml_parser.py
 @brief Digest collector's XML dump and convert to simple dict/list structure
diff --git a/indra/lib/python/indra/util/simperf_oprof_interface.py b/indra/lib/python/indra/util/simperf_oprof_interface.py
index 547d2f99809..e3d55d7922b 100755
--- a/indra/lib/python/indra/util/simperf_oprof_interface.py
+++ b/indra/lib/python/indra/util/simperf_oprof_interface.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 """\
 @file simperf_oprof_interface.py
 @brief Manage OProfile data collection on a host
diff --git a/indra/lib/python/indra/util/test_win32_manifest.py b/indra/lib/python/indra/util/test_win32_manifest.py
index da8ee6c5457..d4e6115a5a2 100644
--- a/indra/lib/python/indra/util/test_win32_manifest.py
+++ b/indra/lib/python/indra/util/test_win32_manifest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # @file test_win32_manifest.py
 # @brief Test an assembly binding version and uniqueness in a windows dll or exe.  
 #
diff --git a/indra/newview/generate_breakpad_symbols.py b/indra/newview/generate_breakpad_symbols.py
index 4fd04d780eb..018871d9d39 100644
--- a/indra/newview/generate_breakpad_symbols.py
+++ b/indra/newview/generate_breakpad_symbols.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # @file generate_breakpad_symbols.py
 # @author Brad Kittenbrink <brad@lindenlab.com>
 # @brief Simple tool for generating google_breakpad symbol information
diff --git a/scripts/build_version.py b/scripts/build_version.py
index 4bef290b7dd..46536b14682 100755
--- a/scripts/build_version.py
+++ b/scripts/build_version.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # Print the build information embedded in a header file.
 #
diff --git a/scripts/install.py b/scripts/install.py
index d3bdf522837..9dd77864f4e 100755
--- a/scripts/install.py
+++ b/scripts/install.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 """\
 @file install.py
 @author Phoenix
-- 
GitLab