From e178d987dd59f25e6ec0b85fa1fbc22308b2d213 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Apr 2010 19:41:23 +0200 Subject: play: fixed typo --- modules/play | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/play b/modules/play index ea5e991c..66295990 100755 --- a/modules/play +++ b/modules/play @@ -3,6 +3,7 @@ case "$1" in (--help) echo "play an audio file" ;; (*) + exec 2>&1 ffs='wav mp3 ogg asf flac' if test -z "$*" ; then @@ -22,7 +23,7 @@ case "$1" in done || cat<