Hi, On Sun, Apr 10, 2011 at 02:33:36AM -0700, Matt Kraai wrote: > diff -ru srtp-1.4.4~dfsg~/test/rtpw_test.sh srtp-1.4.4~dfsg/test/rtpw_test.sh > --- srtp-1.4.4~dfsg~/test/rtpw_test.sh 2011-04-10 02:25:47.000000000 > -0700 > +++ srtp-1.4.4~dfsg/test/rtpw_test.sh 2011-04-10 02:26:04.000000000 -0700 > @@ -18,7 +18,7 @@ > # they are killed, those processes will linger. Re-running the script > # will get rid of them. > > -killall rtpw 2&>/dev/null > +killall rtpw 2>&/dev/null > > if test -x $RTPW; then
My patch was wrong. Upstream has removed the ampersand entirely to fix this problem: http://srtp.cvs.sourceforge.net/viewvc/srtp/srtp/test/rtpw_test.sh?r1=1.2&r2=1.3 -- Matt Kraai https://ftbfs.org/kraai -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

