Description: make shell syntax compatible with dash
Bug-Debian: http://bugs.debian.org/599693
Author: Joel Roth <joelz@pobox.com>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-10-26

--- a/lib/Audio/Nama.pm
+++ b/lib/Audio/Nama.pm
@@ -1363,7 +1363,7 @@
 	
 	my $port = shift // $default_port;
 	my $command = "ecasound -K -C --server --server-tcp-port=$port";
-	my $redirect = "2>&1>/dev/null &";
+	my $redirect = " >/dev/null &";
 	my $ps = qx(ps ax);
 	say ("Using existing Ecasound server"), return 
 		if  $ps =~ /ecasound/
