|
From: Jeff S. <jsq...@us...> - 2002-05-21 02:38:40
|
Update of /cvsroot/env-switcher/env-switcher/src
In directory usw-pr-cvs1:/tmp/cvs-serv9050
Modified Files:
switcher.tcl.in
Log Message:
Removed extraneous ";" -- the switcher script itself will output all
the nexessary ";" characters.
Index: switcher.tcl.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.tcl.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** switcher.tcl.in 18 May 2002 21:49:03 -0000 1.3
--- switcher.tcl.in 21 May 2002 02:38:37 -0000 1.4
***************
*** 42,46 ****
set announce_output [exec switcher --announce]
if { $announce_output != ""} {
! puts "$announce_output;"
}
}
--- 42,46 ----
set announce_output [exec switcher --announce]
if { $announce_output != ""} {
! puts "$announce_output"
}
}
|