got rid of cosmetic glitch complaining about afplay
[feisty_meow.git] / scripts / multimedia / sound_play.sh
index 382d773852adfab8cca3a66c4c990127355efe05..8c5130efc69b0793e7199b9ca1abc29bbfa0dbaf 100644 (file)
@@ -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