From 920debffd7ee591bbc1014ee0961c75473429651 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 19 Feb 2018 15:32:01 +0200 Subject: [PATCH] libinput-measure-touchpad-tap: use /usr/bin/env to invoke python3 Tweak this python scripts to use '/usr/bin/env python3' Signed-off-by: Maxin B. John Signed-off-by: Peter Hutterer --- tools/libinput-measure-touchpad-tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libinput-measure-touchpad-tap b/tools/libinput-measure-touchpad-tap index 3037232d..6f4f3999 100755 --- a/tools/libinput-measure-touchpad-tap +++ b/tools/libinput-measure-touchpad-tap @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # vim: set expandtab shiftwidth=4: # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ #