Changeset 79151
- Timestamp:
- 06/03/11 05:46:27 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-post-destroot/base/src/port1.0/portpostdestroot.tcl
r79150 r79151 58 58 if {[regexp $destroot $points_to]} { 59 59 ui_debug "Absolute link path pointing to inside of destroot" 60 return -code error "Absolute link path poi ting to inside of destroot"60 return -code error "Absolute link path pointing to inside of destroot" 61 61 } else { 62 ui_debug "Absolute link path poi ting to outside of destroot"62 ui_debug "Absolute link path pointing to outside of destroot" 63 63 } 64 64 } elseif { [string compare [file pathtype $points_to] {relative}] == 0 } { … … 70 70 ui_debug "Relative link path pointing to inside of destroot" 71 71 } else { 72 ui_debug "Relative link path poi ting to outside of destroot"73 return -code error "Relative link path poi ting to outside of destroot"72 ui_debug "Relative link path pointing to outside of destroot" 73 return -code error "Relative link path pointing to outside of destroot" 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.

