summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-19 14:15:31 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-19 14:17:50 +0200
commit71a23fa995f149458d1371bd863bdc4a035bc7ab (patch)
tree6f283f0b41fbd095a1ed5f04937cf64fb3bd5f68 /solenv
parent1f209723cb294559f6f6bbb42d9db7b78a3b5a61 (diff)
don't hardcode /usr/bin/python3 in android scripts
Change-Id: Id26422e8398da7674d5da22df97a03bee0b0b189
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index f259d0743f43..0d73816288be 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public