Update of /cvsroot/gtkpod/gtkpod/scripts
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24752/scripts

Modified Files:
        convert-flac2mp3.sh 
Log Message:
        * scripts/convert-flac2mp3.sh: fixed typo (thanks to Peter Edwards)



Index: convert-flac2mp3.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/convert-flac2mp3.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- convert-flac2mp3.sh 18 Jan 2007 14:50:06 -0000      1.3
+++ convert-flac2mp3.sh 24 Jan 2007 14:13:33 -0000      1.4
@@ -59,7 +59,7 @@
 fi
 
 # Launch command
-exec flac -d -c -- c"$flacfile" | lame --preset standard --add-id3v2 --tt 
"$title" --ta "$artist" --tl "$album" --ty "$year" --tc "$comment" --tn 
"$tracknum" --tg "$genre" - "$mp3file"
+exec flac -d -c -- "$flacfile" | lame --preset standard --add-id3v2 --tt 
"$title" --ta "$artist" --tl "$album" --ty "$year" --tc "$comment" --tn 
"$tracknum" --tg "$genre" - "$mp3file"
 # Check result
 if [ "x$?" != "x0" ]; then
     exit 6


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to