Show
Ignore:
Timestamp:
04/16/06 21:46:31 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/vcdiff

    r4037 r4058  
    3030PATH=$PATH:/usr/ccs/bin:/usr/sccs:/usr/xpg4/bin # common SCCS hangouts 
    3131 
    32 echo= 
     32echo="echo" 
    3333sid1= sid2= 
    3434 
     
    9797                        esac 
    9898                then 
    99                         $echo $DIFF $options $sid1 $sid2 $workfile >&2 
     99                        $echo $DIFF $options $rev1 $workfile >&2 
    100100                        $DIFF $options $rev1 $workfile 
    101101                        s=$?