diff options
author | nijtmans <nijtmans@noemail.net> | 2009-11-18 21:45:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2009-11-18 21:45:36 (GMT) |
commit | 52fb8cfe24d82c4f25c49067b2cdd2918444cf86 (patch) | |
tree | e4d7561b73fcfc61ef844b8c86dbe492843a5b99 /library/platform/platform.tcl | |
parent | 0dd1932f1053ce580a0e546dbe458115e9d17b72 (diff) | |
download | tcl-52fb8cfe24d82c4f25c49067b2cdd2918444cf86.zip tcl-52fb8cfe24d82c4f25c49067b2cdd2918444cf86.tar.gz tcl-52fb8cfe24d82c4f25c49067b2cdd2918444cf86.tar.bz2 |
Eliminate unneccessary spaces
FossilOrigin-Name: e4348fa14717c2be30eac5505e10b4f3f2ba60ec
Diffstat (limited to 'library/platform/platform.tcl')
-rw-r--r-- | library/platform/platform.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/platform.tcl b/library/platform/platform.tcl index 1a454cd..1e47f5d 100644 --- a/library/platform/platform.tcl +++ b/library/platform/platform.tcl @@ -254,7 +254,7 @@ proc ::platform::patterns {id} { } } macosx*-* { - # 10.5+ + # 10.5+ if {[regexp {macosx([^-]*)-(.*)} $id -> v cpu]} { if {$v ne ""} { foreach {major minor} [split $v .] break |