#24418 closed defect (fixed)
syntax error in src/macports1.0/macports.tcl
Reported by: | hsivank@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.8.99 |
Keywords: | Cc: | jmroot (Joshua Root) | |
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 (3)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jmr@… added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Summary: | port upgrade fails → syntax error in src/macports1.0/macports.tcl |
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r66343.
comment:3 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts 1.9.0 |
---|
Really fixed by r66345.
Note: See
TracTickets for help on using
tickets.
I'm going to assume you're right about that. This typo was introduced in r66313 11 hours ago.