2016-03-11
| ||
08:24 | • New ticket [5ee603e9eb] tcllib build script breaks pkgIndex files. artifact: 3ed6b97cd2 user: anonymous | |
Ticket Hash: | 5ee603e9ebfde509b88824d299762d1b44d7b1b2 | |||
Title: | tcllib build script breaks pkgIndex files | |||
Status: | Open | Type: | Code_Defect | |
Severity: | Important | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2016-03-11 08:24:53 | |||
Version Found In: | all | |||
User Comments: | ||||
anonymous added on 2016-03-11 08:24:53:
http://teaparty.rkeene.org/fossil/artifact/773c04dec94e413f?ln=119,120 reorders the lines of pkgIndex.tcl files, doing violence to snit and docstrip::util (both use line continuations) and damaging other packages that use [if] guards in pkgIndex files. What is the line-reordering trying to achieve? Can those two lines be simply replaced with a `cat` or a `cp`? |