[BACK]Return to checkvers CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/checkvers between version 1.5 and 1.6

version 1.5, 2000/07/22 16:04:57 version 1.6, 2000/08/09 23:41:27
Line 182  for f in $VERFILES ; do
Line 182  for f in $VERFILES ; do
     # here, whether given to us or built, so always      # here, whether given to us or built, so always
     # pass the -f flag.      # pass the -f flag.
     (cd `dirname $f` ;      (cd `dirname $f` ;
     "$EXECDIR"/checkver $QUIET -f "$LIBLIST" "$LIBNAME" ;      "sh $EXECDIR"/checkver $QUIET -f "$LIBLIST" "$LIBNAME" ;
     exit $?)      exit $?)
     ERR=$?      ERR=$?
     if [ $ERR -eq 2 ] ; then      if [ $ERR -eq 2 ] ; then

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>