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
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/carve
parent1738d4acc904a17c307048464b9b81a57b310cfb (diff)
cleanup: shebang lines
D888 by @sambler
Diffstat (limited to 'extern/carve')
-rwxr-xr-xextern/carve/bundle.sh2
1 files changed, 0 insertions, 2 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