Ticket #24418 (closed defect: fixed)
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
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.