[Libreoffice-commits] core.git: android/mobile-config.py solenv/bin
Christian Lohmaier (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 19 12:34:10 UTC 2020
android/mobile-config.py | 2 +-
solenv/bin/native-code.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 71a23fa995f149458d1371bd863bdc4a035bc7ab
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Tue May 19 14:15:31 2020 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Tue May 19 14:17:50 2020 +0200
don't hardcode /usr/bin/python3 in android scripts
Change-Id: Id26422e8398da7674d5da22df97a03bee0b0b189
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
More information about the Libreoffice-commits
mailing list