Changeset 192 for trunk/base


Ignore:
Timestamp:
Aug 18, 2002, 9:31:18 AM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

Do the right thing if distfiles is not set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/Tcl/port1.0/portextract.tcl

    r188 r192  
    1919proc extract_main {args} {
    2020    global portname portpath portpath workdir distname distpath distfiles use_bzip2 extract.only extract.cmd extract.before_args extract.after_args
     21
     22    if {![info exists distfiles] && ![info exists extract.only]} {
     23        # nothing to do
     24        return 0
     25    }
    2126
    2227    # Set up defaults
Note: See TracChangeset for help on using the changeset viewer.