comparison lib-src/vcdiff @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
21 # You should have received a copy of the GNU General Public License 21 # You should have received a copy of the GNU General Public License
22 # along with GNU Emacs; see the file COPYING. If not, write to the 22 # along with GNU Emacs; see the file COPYING. If not, write to the
23 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 # Boston, MA 02111-1307, USA. 24 # Boston, MA 02111-1307, USA.
25 # 25 #
26 # $Id: vcdiff,v 1.7 2001/02/20 12:36:28 gerd Exp $ 26 # $Id: vcdiff,v 1.6 1997/01/01 05:33:42 eggert Exp $
27 # 27 #
28 28
29 DIFF="diff" 29 DIFF="diff"
30 usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." 30 usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..."
31 31
109 109
110 if test $status -lt $s 110 if test $status -lt $s
111 then status=$s 111 then status=$s
112 fi 112 fi
113 done 113 done
114
115 # arch-tag: 4344ba3a-bcbe-4f77-971c-f43c1606953a