From: data Date: Fri, 18 Mar 2005 06:59:42 +0000 (+0000) Subject: Quiet the encoding output with PIPEs X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/69ff9575febdaf1e51a6a0d3c646e4d82fc7c852?ds=sidebyside Quiet the encoding output with PIPEs git-svn-id: http://abcde.googlecode.com/svn/trunk@57 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 352b20a..52808f5 100755 --- a/abcde +++ b/abcde @@ -2551,7 +2551,8 @@ else if [ "$DOREAD" = "y" ]; then if [ "$USEPIPES" = "y" ]; then if checkstatus readencodetrack-$UTRACKNUM; then :; else - do_cdread $UTRACKNUM | do_encode $UTRACKNUM %local0% + # Read, pipe, shut up! + do_cdread $UTRACKNUM | do_encode $UTRACKNUM %local0% > /dev/null 2>&1 fi else if checkstatus readtrack-$UTRACKNUM; then :; else