Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-01-29 07:56:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-29 07:56:23 +0300
commit65574b0b030fd1a893520fe967e580ed00308cb5 (patch)
treedabff691d9b6bba9372e69eeae646fc1dcb09813 /extern
parent1738d4acc904a17c307048464b9b81a57b310cfb (diff)
cleanup: shebang lines
D888 by @sambler
Diffstat (limited to 'extern')
-rwxr-xr-xextern/carve/bundle.sh2
-rwxr-xr-xextern/libmv/bundle.sh2
-rwxr-xr-xextern/libmv/third_party/ceres/bundle.sh2
3 files changed, 1 insertions, 5 deletions
diff --git a/extern/carve/bundle.sh b/extern/carve/bundle.sh
index 236720f740d..dec902e30c0 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 c10a5fbbad2..66023fa693c 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 14ce2c5135d..659f29e98ea 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