[xiph-commits] r3622 - liboggz/trunk/src/tools

conrad at svn.annodex.net conrad at svn.annodex.net
Mon Jun 30 03:57:11 PDT 2008


Author: conrad
Date: 2008-06-30 03:57:10 -0700 (Mon, 30 Jun 2008)
New Revision: 3622

Modified:
   liboggz/trunk/src/tools/oggzdiff.in
Log:
oggzdiff: allow diffing files with the same name if they are in different directories.
Patch by ogg.k.ogg.k


Modified: liboggz/trunk/src/tools/oggzdiff.in
===================================================================
--- liboggz/trunk/src/tools/oggzdiff.in	2008-06-30 02:54:29 UTC (rev 3621)
+++ liboggz/trunk/src/tools/oggzdiff.in	2008-06-30 10:57:10 UTC (rev 3622)
@@ -180,8 +180,8 @@
   echo >&2 "DIFF_OPTIONS: " $DIFFOPTS
 fi
 
-FIFO1="${TMPDIR:-/tmp}/`basename $1`.dump-$$"
-FIFO2="${TMPDIR:-/tmp}/`basename $2`.dump-$$"
+FIFO1="${TMPDIR:-/tmp}/`basename $1`.dump-1-$$"
+FIFO2="${TMPDIR:-/tmp}/`basename $2`.dump-2-$$"
 
 exec 5>$FIFO1
 exec 6>$FIFO2



More information about the commits mailing list