diff --git a/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl b/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl index 9982f975..56913c20 100644 --- a/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl +++ b/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl @@ -30,7 +30,7 @@ namespace eval nexus { global cfPath variable nexusdic variable state - variable nxFileOpen;nxsave=true, + variable nxFileOpen; if {$state(file,open) == "true"} { error_msg "Can't create a new file because the current file is still open" } elseif {$state(file,new) == "false"} { @@ -593,7 +593,7 @@ namespace eval ::nexus::script { set tmpstr [string map {"$" ""} {$Name: not supported by cvs2svn $}] set nx_content_release_tag [lindex $tmpstr [expr [llength $tmpstr] - 1]] -set tmpstr [string map {"$" ""} {$Revision: 1.27 $}] +set tmpstr [string map {"$" ""} {$Revision: 1.28 $}] set nx_content_revision_num [lindex $tmpstr [expr [llength $tmpstr] - 1]]