uitest/loginterpreter.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a98058199410bdb183acd0ec5e7899ea4baf6c5a
Author:     Markus Mohrhard <markus.mohrh...@googlemail.com>
AuthorDate: Fri Sep 28 15:17:56 2018 +0200
Commit:     Markus Mohrhard <markus.mohrh...@googlemail.com>
CommitDate: Fri Sep 28 15:32:44 2018 +0200

    make the loginterpreter executable
    
    Change-Id: I9dcb562f9309c75a2d1719f1ad4fe6b5a4c23385

diff --git a/uitest/loginterpreter.py b/uitest/loginterpreter.py
old mode 100644
new mode 100755
index 770beb966064..e84d9a0ed7e1
--- a/uitest/loginterpreter.py
+++ b/uitest/loginterpreter.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 # -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
 #
 # This file is part of the LibreOffice project.
@@ -205,4 +206,4 @@ def main():
 if __name__ == '__main__':
     main()
 
-# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to