summaryrefslogtreecommitdiff
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
parent1f209723cb294559f6f6bbb42d9db7b78a3b5a61 (diff)
don't hardcode /usr/bin/python3 in android scripts
Change-Id: Id26422e8398da7674d5da22df97a03bee0b0b189
-rwxr-xr-xandroid/mobile-config.py2
-rwxr-xr-xsolenv/bin/native-code.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/mobile-config.py b/android/mobile-config.py
index 53222b446e87..5998e5d1f9b7 100755
--- a/android/mobile-config.py
+++ b/android/mobile-config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
#
# This file is part of the LibreOffice project.
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