From 266b9d8f5cec80961d44a8432d3e23f2316bad6d 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 --- 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 3037232..6f4f399 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 -*- */ # -- 2.4.0