Diff for /capa/capa51/getbinaries between versions 1.1 and 1.2

version 1.1, 1999/09/28 21:25:35 version 1.2, 2000/03/22 21:08:02
Line 1 Line 1
 #!/usr/local/bin/tclsh8.0  #!/usr/local/bin/tclsh8.0
   #!/usr/bin/tclsh
   
 proc copy {  src dest } {  proc copy {  src dest } {
  if {[file exists $dest]} {   if {[file exists $dest]} {

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>