Changeset 14425 for trunk/base


Ignore:
Timestamp:
Oct 5, 2005, 4:28:05 AM (19 years ago)
Author:
pguyot (Paul Guyot)
Message:

Fix a problem where fetching would only work with -v.
Can you reproduce the problem now, Charlie?

File:
1 edited

Legend:

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

    r14412 r14425  
    11# et:ts=4
    22# portfetch.tcl
    3 # $Id: portfetch.tcl,v 1.105 2005/10/04 17:08:26 pguyot Exp $
     3# $Id: portfetch.tcl,v 1.106 2005/10/05 04:28:05 pguyot Exp $
    44#
    55# Copyright (c) 2002 - 2003 Apple Computer, Inc.
     
    376376        }
    377377       
     378        set fetch_options {}
    378379        if {[string length ${fetch.user}] || [string length ${fetch.password}]} {
    379380                lappend fetch_options -u
Note: See TracChangeset for help on using the changeset viewer.