[xiph-cvs] cvs commit: BlueberryArmageddon blueberry_armageddon

Monty xiphmont at xiph.org
Thu May 23 23:46:02 PDT 2002



xiphmont    02/05/23 23:46:02

  Modified:    .        blueberry_armageddon
  Log:
  Eliminate one more shell bug and the 'unfiled' list.

Revision  Changes    Path
1.7       +0 -4      BlueberryArmageddon/blueberry_armageddon

Index: blueberry_armageddon
===================================================================
RCS file: /usr/local/cvsroot/BlueberryArmageddon/blueberry_armageddon,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- blueberry_armageddon	2002/05/24 06:35:47	1.6
+++ blueberry_armageddon	2002/05/24 06:46:01	1.7
@@ -21,7 +21,6 @@
 $play='play -t wav $pipe ';
 
 $trackbase="/media/audio/albums";
-$unfiled="/media/audio/unfiled";
 $suffix=".ogg";
 
 if($#ARGV<0){
@@ -628,9 +627,6 @@
             my$trackname=Track_Path($ripstatus);
             print STDERR "moving $outfile to $trackname\n";
             unlink $wavfile;
-
-	    # add to unfiled list
-	    `echo "$trackname\n" >> $unfiled;`;
 
             $trackname=~s/([\"\$\`\\])/\\$1/g;
             die "could not move file!: $!" if `mv "$outfile" "$trackname"`;

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list