From 2639ca055e30859de41cc60545d02b50880ae604 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 14 Nov 2017 10:52:50 +0100 Subject: [PATCH] hwmixvolume: use python2 directly Signed-off-by: Jaroslav Kysela --- hwmixvolume/hwmixvolume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwmixvolume/hwmixvolume b/hwmixvolume/hwmixvolume index f25062b..ef80bc8 100755 --- a/hwmixvolume/hwmixvolume +++ b/hwmixvolume/hwmixvolume @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # hwmixvolume - ALSA hardware mixer volume control applet # Copyright (c) 2009-2010 Clemens Ladisch -- 2.47.1