Diff

Differences From Artifact [6d048578b4]:

To Artifact [604641f8e6]:


161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
161
162
163
164
165
166
167




168
169
170
171
172
173
174







-
-
-
-







		set fd [open $file]
		set pkgdata [read $fd]
		close $fd

		foreach line [split $pkgdata "\n"] {
			set line [string trim $line]

			if {[string match "*/*" $line]} {
				continue
			}

			if {$line == ""} {
				continue
			}

			set work [split $line ","]

			unset -nocomplain fileInfo