diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-05-19 14:15:31 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-05-19 14:17:50 +0200 |
commit | 71a23fa995f149458d1371bd863bdc4a035bc7ab (patch) | |
tree | 6f283f0b41fbd095a1ed5f04937cf64fb3bd5f68 /android | |
parent | 1f209723cb294559f6f6bbb42d9db7b78a3b5a61 (diff) |
don't hardcode /usr/bin/python3 in android scripts
Change-Id: Id26422e8398da7674d5da22df97a03bee0b0b189
Diffstat (limited to 'android')
-rwxr-xr-x | android/mobile-config.py | 2 |
1 files changed, 1 insertions, 1 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. |