From: Oleg Broytman Date: Fri, 3 May 2024 21:51:34 +0000 (+0300) Subject: Fix(bin/mplay): Fix option syntax X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=497fea9aa534f31b5469599f52f1d266da61de8e;hp=370b05b5d682dffb13cf018d5bf8174bfbce0dfb;p=dotfiles.git Fix(bin/mplay): Fix option syntax --- diff --git a/bin/mplay b/bin/mplay index e4ca110..decfbfe 100755 --- a/bin/mplay +++ b/bin/mplay @@ -1,6 +1,6 @@ #! /bin/sh -options="--ao pulse --quiet" +options="--ao=pulse --quiet" if [ -n "$AUDIO_VOLUME" ]; then options="$options --af=loudnorm --volume=$AUDIO_VOLUME"