New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24418 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

syntax error in src/macports1.0/macports.tcl

Reported by: hsivank@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: base Version: 1.8.99
Keywords: Cc: jmr@…
Port:

Description

It seems there is a bug in base/src/macports1.0/macports.tcl line 2969

if {$status != 0 && && $status != 2 ![ui_isset ports_processall]} {

Maybe it should be

if {$status != 0 && $status != 2 && ![ui_isset ports_processall]} {

Change History

comment:1 Changed 3 years ago by ryandesign@…

  • Cc jmr@… added
  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to ryandesign@…
  • Summary changed from port upgrade fails to syntax error in src/macports1.0/macports.tcl

I'm going to assume you're right about that. This typo was introduced in r66313 11 hours ago.

comment:2 Changed 3 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed in r66343.

comment:3 Changed 3 years ago by jmr@…

  • Milestone MacPorts 1.9.0 deleted

Really fixed by r66345.

Note: See TracTickets for help on using tickets.