Changeset 81452
- Timestamp:
- 07/30/11 20:39:03 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/macports1.0/macports.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/macports1.0/macports.tcl
r80932 r81452 1228 1228 file { 1229 1229 set path [file normalize [string range $url [expr [string length $protocol] + 3] end]] 1230 if { [file isdirectory$path]} {1230 if {![file isfile $path]} { 1231 1231 return $path 1232 1232 } else {
Note: See TracChangeset
for help on using the changeset viewer.

