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>2016-07-25 22:13:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-25 22:18:00 +0300
commit6e131ce0750052ef5b3cf835b5bcb2b0a047e89d (patch)
tree0f79e5e6f642c0bc6b98da1b32b2bc9661e75cf1 /build_files
parent1ea410c559b30ab76ff512dbb04ed110b293725a (diff)
Call to python3 for stand-alone scripts
Needed since Debian & FreeBSD both move away from keeping a synlink to `python`.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/package_spec/build_archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/package_spec/build_archive.py b/build_files/package_spec/build_archive.py
index 6a7ec8a0faa..bd00984c74b 100755
--- a/build_files/package_spec/build_archive.py
+++ b/build_files/package_spec/build_archive.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# <pep8 compliant>