Changes between Initial Version and Version 3 of Ticket #153


Ignore:
Timestamp:
Mar 24, 2016, 11:43:42 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #153

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #153 – Description

    initial v3  
    1111problems just described, but other problems of this type likely exist. 
    1212
     13{{{
    1314Index: portregistry.tcl
    1415===================================================================
     
    4748                    if [catch {exec rmdir $fname}] {
    4849                        if ![tbool uninstall.force] {
    49                             ui_info "$UI_PREFIX  Uninstall unable to remove
    50 directory $fname (not empty?)"
     50                            ui_info "$UI_PREFIX  Uninstall unable to remove directory $fname (not empty?)"
     51}}}