summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-14 17:54:28 -0300
committerTingPing <tngpng@gmail.com>2013-04-14 17:54:28 -0300
commit27d828172dcf03e75ea5a93bf13648d72874ef0c (patch)
tree1c599c3c0751adf50b201d3771a40543040d02a5
parenta7ffdf3d65f07e2e0ad027b043e69acb9ca39ec9 (diff)
try play first.
-rw-r--r--src/common/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 3a61eecc..001fd9da 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -2199,7 +2199,7 @@ static char *
 sound_find_command (void)
 {
 	/* some sensible unix players. You're bound to have one of them */
-	static const char * const progs[] = {"aplay", "esdplay", "soxplay", "artsplay", NULL};
+	static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL};
 	char *cmd;
 	int i = 0;