Changeset 81398
- Timestamp:
- 07/29/11 19:33:58 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-post-destroot/base/src/port1.0/portcheckdestroot.tcl
r81397 r81398 36 36 } 37 37 38 39 # escape chars in order to be usable as regexp. This function is for internal use.40 proc portcheckdestroot::escape_chars {str} {41 return [regsub -all {\W} $str {\\&}]42 }43 38 44 39 # List all links on a directory recursively. This function is for internal use.
Note: See TracChangeset
for help on using the changeset viewer.

