Diff
Not logged in

Differences From Artifact [56e97a10ca]:

To Artifact [e06f8c4b0e]:


44
45
46
47
48
49

50
51
52
53
54
44
45
46
47
48

49
50
51
52
53
54





-
+





  } 
 
  set rootName [file rootname [file tail $fileName]] 
 
  if {$rootName eq "keyRing" || \ 
      [string match "keyRing.*" $rootName]} then { 
      [string match "keyRing*" $rootName]} then { 
    return true 
  } 
 
  return false 
}