This time I've actually attached the diffs... Sorry
--tim
*** cvs2cl.pl~ Wed Nov 27 05:29:14 2002
--- cvs2cl.pl Tue Jan 7 11:23:54 2003
***************
*** 1,8 ****
! #!/usr/bin/perl -w
! # -*- mode: perl; perl-indent-level: 2; -*-
!
! eval 'exec perl -w -x $0 ${1+"$@"}'
! if 0; # not running under some shell
##############################################################
### ###
--- 1,6 ----
! #!/bin/sh
! exec perl -w -x $0 ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*-
! #!perl -w
##############################################################
### ###
***************
*** 1214,1220 ****
$beauty .= "]";
}
else {
! $beauty .= ".[$brevisions[0]]";
}
}
$beauty .= ")";
--- 1212,1218 ----
$beauty .= "]";
}
else {
! $beauty .= ".$brevisions[0]";
}
}
$beauty .= ")";
Received on Tue Jan 7 11:31:18 2003
This archive was generated by hypermail 2.1.8 : Wed Jan 21 2004 - 16:25:33 GMT