projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1c451
)
got rid of cosmetic glitch complaining about afplay
author
Chris Koeritz
<cak0l@virginia.edu>
Tue, 16 Nov 2021 19:47:49 +0000
(14:47 -0500)
committer
Chris Koeritz
<cak0l@virginia.edu>
Tue, 16 Nov 2021 19:47:49 +0000
(14:47 -0500)
like i forgot my own helper scripts, whichable.
scripts/multimedia/sound_play.sh
patch
|
blob
|
history
diff --git
a/scripts/multimedia/sound_play.sh
b/scripts/multimedia/sound_play.sh
index 382d773852adfab8cca3a66c4c990127355efe05..8c5130efc69b0793e7199b9ca1abc29bbfa0dbaf 100644
(file)
--- 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 "$(which
able
afplay)" ]; then
#echo we see afplay available...
PLAYCMD=afplay
elif [ ! -z "$(psfind artsd)" ]; then