summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-09-28 15:17:56 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-09-28 15:32:44 +0200
commita98058199410bdb183acd0ec5e7899ea4baf6c5a (patch)
tree12483201338a92b6a7e68623e16c2a271f499159 /uitest
parent14729a8aadd41f4acd47046c2ed5b58a99c473c2 (diff)
make the loginterpreter executable
Change-Id: I9dcb562f9309c75a2d1719f1ad4fe6b5a4c23385
Diffstat (limited to 'uitest')
-rwxr-xr-x[-rw-r--r--]uitest/loginterpreter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/loginterpreter.py b/uitest/loginterpreter.py
index 770beb966064..e84d9a0ed7e1 100644..100755
--- 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: