Ensure zero offset for index into cvs keyword list values.
r1737 | ffr | 2007-03-28 13:24:36 +1000 (Wed, 28 Mar 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
ee3fc81807
commit
fd8e8a6a3f
@@ -1,9 +1,9 @@
|
||||
# TODO Return filename from nxcreatefile and call nxreopen nxclose etc
|
||||
# with filename
|
||||
set tmpstr [string map {"$" ""} {$Name: not supported by cvs2svn $}]
|
||||
set nx_content_release_tag [lindex $tmpstr [llength $tmpstr]]
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.9 $}]
|
||||
set nx_content_revision_num [lindex $tmpstr [llength $tmpstr]]
|
||||
set nx_content_release_tag [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.10 $}]
|
||||
set nx_content_revision_num [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
|
||||
MakeNXScript
|
||||
sicsdatafactory new nxscript_data
|
||||
|
||||
Reference in New Issue
Block a user