From: Emmanuel Gil Peyrot Date: Tue, 18 Sep 2018 13:42:35 +0000 (+0200) Subject: hwmixvolume: switch the shebang to python X-Git-Tag: v1.1.7~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fb043847de869cf4d82049e2ac0937819fab78f5;p=alsa-tools.git hwmixvolume: switch the shebang to python This signifies that this code is now compatible with both Python 2 and Python 3, as per PEP-0394[1]. [1] https://www.python.org/dev/peps/pep-0394/ Signed-off-by: Emmanuel Gil Peyrot Reviewed-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- diff --git a/hwmixvolume/hwmixvolume b/hwmixvolume/hwmixvolume index 7f8ba8e..4804a9b 100755 --- a/hwmixvolume/hwmixvolume +++ b/hwmixvolume/hwmixvolume @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python # hwmixvolume - ALSA hardware mixer volume control applet # Copyright (c) 2009-2010 Clemens Ladisch