[Bf-blender-cvs] [995d4d8] master: Maintenance: Shebang lines fix for some python scripts

Campbell Barton noreply at git.blender.org
Mon Nov 18 10:41:36 CET 2013


Commit: 995d4d803aa889513a2d1ad4b7e26140217f3a5a
Author: Campbell Barton
Date:   Mon Nov 18 20:38:53 2013 +1100
http://developer.blender.org/rB995d4d803aa889513a2d1ad4b7e26140217f3a5a

Maintenance: Shebang lines fix for some python scripts

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

M	release/bin/blender-thumbnailer.py
M	release/scripts/modules/bl_i18n_utils/merge_po.py
M	release/scripts/modules/bl_i18n_utils/utils_rtl.py
M	release/scripts/modules/blend_render_info.py

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

diff --git a/release/bin/blender-thumbnailer.py b/release/bin/blender-thumbnailer.py
index 8b93eeb..22e811c 100755
--- a/release/bin/blender-thumbnailer.py
+++ b/release/bin/blender-thumbnailer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
diff --git a/release/scripts/modules/bl_i18n_utils/merge_po.py b/release/scripts/modules/bl_i18n_utils/merge_po.py
index 610be0f..d7dade2 100755
--- a/release/scripts/modules/bl_i18n_utils/merge_po.py
+++ b/release/scripts/modules/bl_i18n_utils/merge_po.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
diff --git a/release/scripts/modules/bl_i18n_utils/utils_rtl.py b/release/scripts/modules/bl_i18n_utils/utils_rtl.py
index 0544f93..f08d7ef 100755
--- a/release/scripts/modules/bl_i18n_utils/utils_rtl.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_rtl.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
diff --git a/release/scripts/modules/blend_render_info.py b/release/scripts/modules/blend_render_info.py
index d08b9e0..a62eaee 100755
--- a/release/scripts/modules/blend_render_info.py
+++ b/release/scripts/modules/blend_render_info.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # ##### BEGIN GPL LICENSE BLOCK #####
 #




More information about the Bf-blender-cvs mailing list