From f92404a4a6a0fe071d0947d541f5b518a15434b9 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 16 Nov 2021 14:47:49 -0500 Subject: [PATCH] got rid of cosmetic glitch complaining about afplay like i forgot my own helper scripts, whichable. --- scripts/multimedia/sound_play.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/multimedia/sound_play.sh b/scripts/multimedia/sound_play.sh index 382d7738..8c5130ef 100644 --- a/scripts/multimedia/sound_play.sh +++ b/scripts/multimedia/sound_play.sh @@ -14,7 +14,7 @@ if [ ! -f "$PLAYCMD" ]; then PLAYCMD='echo Unknown sound player...' fi -if [ ! -z "$(which afplay)" ]; then +if [ ! -z "$(whichable afplay)" ]; then #echo we see afplay available... PLAYCMD=afplay elif [ ! -z "$(psfind artsd)" ]; then -- 2.34.1