From: Chris Koeritz Date: Tue, 16 Nov 2021 19:47:49 +0000 (-0500) Subject: got rid of cosmetic glitch complaining about afplay X-Git-Tag: 2.140.131^2~4 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=f92404a4a6a0fe071d0947d541f5b518a15434b9 got rid of cosmetic glitch complaining about afplay like i forgot my own helper scripts, whichable. --- 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