summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-22 14:37:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-22 21:21:16 +0100
commit906a2e4fa4e9ce231126c608e741c0c0d809157d (patch)
tree71d5817a305074262caf5efc348436a6a0bdcc00 /solenv
parent50bf4eec6ff3cb3db23484331965f2e32cb0b5bc (diff)
Always execute pack_images.py with the right Python interpreter
With --enable-python=fully-internal, where PYTHON_FOR_BUILD is empty, this executed the "#!/usr/bin/env python" shebang in pack_images.py, using whatever python would be found (or not) on the system. With this fixed, there is no need any more for pack_images.py to be executable. Change-Id: I40ad3769898f3eb711dbe555d4c3faa9e3c1456d Reviewed-on: https://gerrit.libreoffice.org/50180 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--[-rwxr-xr-x]solenv/bin/pack_images.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/pack_images.py b/solenv/bin/pack_images.py
index 0f493c8f3035..bd75b9044210 100755..100644
--- a/solenv/bin/pack_images.py
+++ b/solenv/bin/pack_images.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
#