[Bf-blender-cvs] [65574b0] master: cleanup: shebang lines

Campbell Barton noreply at git.blender.org
Thu Jan 29 05:59:53 CET 2015


Commit: 65574b0b030fd1a893520fe967e580ed00308cb5
Author: Campbell Barton
Date:   Thu Jan 29 15:56:23 2015 +1100
Branches: master
https://developer.blender.org/rB65574b0b030fd1a893520fe967e580ed00308cb5

cleanup: shebang lines

D888 by @sambler

===================================================================

M	build_files/package_spec/build_archive.py
M	doc/manpage/blender.1.py
M	extern/carve/bundle.sh
M	extern/libmv/bundle.sh
M	extern/libmv/third_party/ceres/bundle.sh
M	release/datafiles/ctodata.py
M	release/datafiles/datatoc.py

===================================================================

diff --git a/build_files/package_spec/build_archive.py b/build_files/package_spec/build_archive.py
index 0329d16..6a7ec8a 100755
--- a/build_files/package_spec/build_archive.py
+++ b/build_files/package_spec/build_archive.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # <pep8 compliant>
 
diff --git a/doc/manpage/blender.1.py b/doc/manpage/blender.1.py
index 77f5c5e..cdd2d7c 100755
--- a/doc/manpage/blender.1.py
+++ b/doc/manpage/blender.1.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
diff --git a/extern/carve/bundle.sh b/extern/carve/bundle.sh
index 236720f..dec902e 100755
--- a/extern/carve/bundle.sh
+++ b/extern/carve/bundle.sh
@@ -105,8 +105,6 @@ blender_add_lib(extern_carve "\${SRC}" "\${INC}" "\${INC_SYS}")
 EOF
 
 cat > SConscript << EOF
-#!/usr/bin/python
-
 # NOTE: This file is automatically generated by bundle.sh script
 #       If you're doing changes in this file, please update template
 #       in that script too
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index c10a5fb..66023fa 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -279,8 +279,6 @@ endif()
 EOF
 
 cat > SConscript << EOF
-#!/usr/bin/python
-
 # NOTE: This file is automatically generated by bundle.sh script
 #       If you're doing changes in this file, please update template
 #       in that script too
diff --git a/extern/libmv/third_party/ceres/bundle.sh b/extern/libmv/third_party/ceres/bundle.sh
index 14ce2c5..659f29e 100755
--- a/extern/libmv/third_party/ceres/bundle.sh
+++ b/extern/libmv/third_party/ceres/bundle.sh
@@ -201,7 +201,7 @@ blender_add_lib(extern_ceres "\${SRC}" "\${INC}" "\${INC_SYS}")
 EOF
 
 cat > SConscript << EOF
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # NOTE: This file is automatically generated by bundle.sh script
 #       If you're doing changes in this file, please update template
diff --git a/release/datafiles/ctodata.py b/release/datafiles/ctodata.py
index a81a101..079f6c3 100755
--- a/release/datafiles/ctodata.py
+++ b/release/datafiles/ctodata.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ***** BEGIN GPL LICENSE BLOCK *****
diff --git a/release/datafiles/datatoc.py b/release/datafiles/datatoc.py
index f1fce08..0caef70 100755
--- a/release/datafiles/datatoc.py
+++ b/release/datafiles/datatoc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ***** BEGIN GPL LICENSE BLOCK *****




More information about the Bf-blender-cvs mailing list