Changeset 3108 for trunk/base


Ignore:
Timestamp:
Jul 30, 2003, 11:32:46 PM (21 years ago)
Author:
landonf (Landon Fuller)
Message:

Remove freebsd-specific check
freebsd users will now require curl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portfetch.tcl

    r2964 r3108  
    258258    global distfile site
    259259
    260     # Override curl in the case of FreeBSD
    261     if {${os.platform} == "freebsd"} {
    262         set fetch.cmd "fetch"
    263     }
    264 
    265260    if {![file isdirectory $distpath]} {
    266261        if {[catch {file mkdir $distpath} result]} {
Note: See TracChangeset for help on using the changeset viewer.