Changeset 118167 for trunk/base


Ignore:
Timestamp:
Mar 24, 2014, 11:34:07 AM (10 years ago)
Author:
jmr@…
Message:

!= -> ne for string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/macports1.0/macports.tcl

    r117871 r118167  
    609609
    610610    # Check that the current platform is the one we were configured for, otherwise need to do migration
    611     if {($os_platform != $macports::autoconf::os_platform) || ($os_major != $macports::autoconf::os_major)} {
     611    if {($os_platform ne $macports::autoconf::os_platform) || ($os_major != $macports::autoconf::os_major)} {
    612612        ui_error "Current platform \"$os_platform $os_major\" does not match expected platform \"$macports::autoconf::os_platform $macports::autoconf::os_major\""
    613613        ui_error "If you upgraded your OS, please follow the migration instructions: https://trac.macports.org/wiki/Migration"
Note: See TracChangeset for help on using the changeset viewer.