(try again) cvs2cl 2.44 has added extra square brackets, and bang path lossage

From: Tim Bradshaw (tfb@cley.com)
Date: Tue Jan 07 2003 - 11:30:31 GMT


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 .= ")";



This archive was generated by hypermail 2.1.3 : Sun Jan 12 2003 - 13:36:02 GMT