Changeset 4000 for trunk/base


Ignore:
Timestamp:
Nov 21, 2003, 7:29:15 AM (20 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

use tbool instead of exists. Also closes #1679.

File:
1 edited

Legend:

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

    r3834 r4000  
    5858    global extract.only extract.dir extract.cmd extract.pre_args extract.post_args distfiles use_bzip2 use_zip workpath
    5959
    60     if {[exists use_bzip2]} {
     60    if {[tbool use_bzip2]} {
    6161        option extract.cmd [binaryInPath "bzip2"]
    62     } elseif {[exists use_zip]} {
     62    } elseif {[tbool use_zip]} {
    6363        option extract.cmd [binaryInPath "unzip"]
    6464        option extract.pre_args -q
Note: See TracChangeset for help on using the changeset viewer.