[116514] trunk/base/src
Ryan Schmidt
ryandesign at macports.org
Thu Feb 6 20:57:28 PST 2014
On Feb 6, 2014, at 05:49, Gustaf Neumann <neumann at wu.ac.at> wrote:
> of course, you are right, it should be changed to
>
> - if {$macosx_version == "10.5"} {
> + if {$macosx_version eq "10.5"} {
>
>
> adding/removing quotes does not change the semantics.
>
> % expr 10.10 == "10.1"
> 1
> % expr 10.10 eq "10.1”
> 0
Oh, so it is.
> .... although it will take a while until we have a Mac OS X 10.40 or 10.50 :)
Indeed.
More information about the macports-dev
mailing list