cleanup: shebang lines
D888 by @sambler
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# <pep8 compliant>
|
# <pep8 compliant>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# ##### BEGIN GPL LICENSE BLOCK #####
|
# ##### BEGIN GPL LICENSE BLOCK #####
|
||||||
#
|
#
|
||||||
|
2
extern/carve/bundle.sh
vendored
2
extern/carve/bundle.sh
vendored
@@ -105,8 +105,6 @@ blender_add_lib(extern_carve "\${SRC}" "\${INC}" "\${INC_SYS}")
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > SConscript << EOF
|
cat > SConscript << EOF
|
||||||
#!/usr/bin/python
|
|
||||||
|
|
||||||
# NOTE: This file is automatically generated by bundle.sh script
|
# NOTE: This file is automatically generated by bundle.sh script
|
||||||
# If you're doing changes in this file, please update template
|
# If you're doing changes in this file, please update template
|
||||||
# in that script too
|
# in that script too
|
||||||
|
2
extern/libmv/bundle.sh
vendored
2
extern/libmv/bundle.sh
vendored
@@ -279,8 +279,6 @@ endif()
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > SConscript << EOF
|
cat > SConscript << EOF
|
||||||
#!/usr/bin/python
|
|
||||||
|
|
||||||
# NOTE: This file is automatically generated by bundle.sh script
|
# NOTE: This file is automatically generated by bundle.sh script
|
||||||
# If you're doing changes in this file, please update template
|
# If you're doing changes in this file, please update template
|
||||||
# in that script too
|
# in that script too
|
||||||
|
2
extern/libmv/third_party/ceres/bundle.sh
vendored
2
extern/libmv/third_party/ceres/bundle.sh
vendored
@@ -201,7 +201,7 @@ blender_add_lib(extern_ceres "\${SRC}" "\${INC}" "\${INC_SYS}")
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > SConscript << EOF
|
cat > SConscript << EOF
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# NOTE: This file is automatically generated by bundle.sh script
|
# NOTE: This file is automatically generated by bundle.sh script
|
||||||
# If you're doing changes in this file, please update template
|
# If you're doing changes in this file, please update template
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# ***** BEGIN GPL LICENSE BLOCK *****
|
# ***** BEGIN GPL LICENSE BLOCK *****
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# ***** BEGIN GPL LICENSE BLOCK *****
|
# ***** BEGIN GPL LICENSE BLOCK *****
|
||||||
|
Reference in New Issue
Block a user