Differences From Artifact [1efe4aeeff]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [4a0a76829e] at 2017-07-21 21:55:54 on branch trunk — Move all the package files into the 'packages' sub-directory. (user: mistachkin, size: 64539) [annotate] [blame] [check-ins using]
To Artifact [50eb9c028d]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [73c4a2b205] at 2017-07-21 22:01:38 on branch trunk — Fix automatic package platform detection that was broken by the previous check-in (split file name off-by-one error). (user: mistachkin, size: 64539) [annotate] [blame] [check-ins using]
︙ | |||
1494 1495 1496 1497 1498 1499 1500 | 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 | - + | } foreach line $lines { if {[string range $line 0 1] eq "F "} then { set fileName [lindex [split $line " "] 1] if {[string match $pattern $fileName]} then { |
︙ |