2017-11-28 11:03:31 +01:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2017-11-28 11:01:12.978019538 +0100
|
|
|
|
|
|
|
|
Kill /usr/bin/env. We can't have random python interpreters be executed.
|
|
|
|
---
|
2018-09-11 10:22:29 +02:00
|
|
|
tools/libinput-measure-fuzz.py | 2 +-
|
|
|
|
tools/libinput-measure-touch-size.py | 2 +-
|
|
|
|
tools/libinput-measure-touchpad-pressure.py | 2 +-
|
|
|
|
tools/libinput-measure-touchpad-tap.py | 2 +-
|
|
|
|
tools/libinput-replay | 2 +-
|
2018-04-19 09:07:45 +02:00
|
|
|
5 files changed, 5 insertions(+), 5 deletions(-)
|
2017-11-28 11:03:31 +01:00
|
|
|
|
2018-09-11 10:22:29 +02:00
|
|
|
Index: libinput-1.12.0/tools/libinput-measure-fuzz.py
|
2017-11-28 11:03:31 +01:00
|
|
|
===================================================================
|
2018-09-11 10:22:29 +02:00
|
|
|
--- libinput-1.12.0.orig/tools/libinput-measure-fuzz.py
|
|
|
|
+++ libinput-1.12.0/tools/libinput-measure-fuzz.py
|
2017-11-28 11:03:31 +01:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python3
|
|
|
|
+#!/usr/bin/python3
|
|
|
|
# vim: set expandtab shiftwidth=4:
|
|
|
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
|
|
|
#
|
2018-09-11 10:22:29 +02:00
|
|
|
Index: libinput-1.12.0/tools/libinput-measure-touch-size.py
|
2017-11-28 11:03:31 +01:00
|
|
|
===================================================================
|
2018-09-11 10:22:29 +02:00
|
|
|
--- libinput-1.12.0.orig/tools/libinput-measure-touch-size.py
|
|
|
|
+++ libinput-1.12.0/tools/libinput-measure-touch-size.py
|
2017-11-28 11:03:31 +01:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python3
|
|
|
|
+#!/usr/bin/python3
|
|
|
|
# vim: set expandtab shiftwidth=4:
|
|
|
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
|
|
|
#
|
2018-09-11 10:22:29 +02:00
|
|
|
Index: libinput-1.12.0/tools/libinput-measure-touchpad-pressure.py
|
2017-11-28 11:03:31 +01:00
|
|
|
===================================================================
|
2018-09-11 10:22:29 +02:00
|
|
|
--- libinput-1.12.0.orig/tools/libinput-measure-touchpad-pressure.py
|
|
|
|
+++ libinput-1.12.0/tools/libinput-measure-touchpad-pressure.py
|
2017-11-28 11:03:31 +01:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python3
|
|
|
|
+#!/usr/bin/python3
|
|
|
|
# vim: set expandtab shiftwidth=4:
|
|
|
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
|
|
|
#
|
2018-09-11 10:22:29 +02:00
|
|
|
Index: libinput-1.12.0/tools/libinput-measure-touchpad-tap.py
|
2017-11-28 11:03:31 +01:00
|
|
|
===================================================================
|
2018-09-11 10:22:29 +02:00
|
|
|
--- libinput-1.12.0.orig/tools/libinput-measure-touchpad-tap.py
|
|
|
|
+++ libinput-1.12.0/tools/libinput-measure-touchpad-tap.py
|
2018-04-19 09:07:45 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python3
|
|
|
|
+#!/usr/bin/python3
|
|
|
|
# vim: set expandtab shiftwidth=4:
|
|
|
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
|
|
|
#
|
2018-09-11 10:22:29 +02:00
|
|
|
Index: libinput-1.12.0/tools/libinput-replay
|
2018-04-19 09:07:45 +02:00
|
|
|
===================================================================
|
2018-09-11 10:22:29 +02:00
|
|
|
--- libinput-1.12.0.orig/tools/libinput-replay
|
|
|
|
+++ libinput-1.12.0/tools/libinput-replay
|
2017-11-28 11:03:31 +01:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env python3
|
|
|
|
+#!/usr/bin/python3
|
|
|
|
# vim: set expandtab shiftwidth=4:
|
|
|
|
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
|
|
|
|
#
|