You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by ro...@apache.org on 2003/02/28 20:23:25 UTC

cvs commit: tcl-site/websh download.ws3

ronnie      2003/02/28 11:23:24

  Modified:    websh    download.ws3
  Log:
  - fix to reference proper source
  
  Revision  Changes    Path
  1.10      +2 -2      tcl-site/websh/download.ws3
  
  Index: download.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/download.ws3,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- download.ws3	19 Aug 2002 07:35:50 -0000	1.9
  +++ download.ws3	28 Feb 2003 19:23:24 -0000	1.10
  @@ -17,7 +17,7 @@
   
           {
   
  -	set srcfile [lindex [file tail [glob -nocomplain [getDocFileName download/*gz]]] end]
  +	set srcfile [lindex [file tail [glob -nocomplain [getDocFileName download/websh*gz]]] end]
   	if {![string length $srcfile]} {
   	    web::put "<span class=\"blue\">source code currently unavailable</span>"
   	} else {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org