| Ticket Hash: | 2566f062106cbfb0d10c6e9a7c0454c5d1b11393 | ||
| Title: | addition to [00bc6a8fb5e8] | ||
| Status: | Open | Type: | Code_Defect |
| Severity: | Important | Priority: | |
| Subsystem: | Resolution: | ||
| Last Modified: |
2015-04-13 03:01:07 11.25 years ago |
Created: |
2015-04-13 03:01:07 11.25 years ago |
| Version Found In: | trunk | ||
| User Comments: | ||||
anonymous added on 2015-04-13 03:01:07:
apologies for the two tickets, I can't seem to edit the first one.
Patch requires one more hunk:
--- client/lib/teapotclient0.1/teapotclient.tcl
+++ client/lib/teapotclient0.1/teapotclient.tcl
@@ -106,11 +106,11 @@
}
}
}
foreach pkg [array names pkgdata] {
- set pkgdata($pkg) [lsort -decreasing -dictionary $pkgdata($pkg)]
+ set pkgdata($pkg) [lsort -decreasing -command vcompare $pkgdata($pkg)]
}
array set extDependencies [list]
foreach extension $extensions {
set extension [file tail $extension]
| ||||