From: Jaroslav Kysela Date: Tue, 14 Nov 2017 09:52:50 +0000 (+0100) Subject: hwmixvolume: use python2 directly X-Git-Tag: v1.1.6~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2639ca055e30859de41cc60545d02b50880ae604;p=alsa-tools.git hwmixvolume: use python2 directly Signed-off-by: Jaroslav Kysela --- 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