diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2015-10-23 22:39:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2015-10-23 22:39:02 (GMT) |
commit | 357ca2067d11e6a7520d106c5b06158caeecdf5b (patch) | |
tree | c36adb9e18a7fe8090c30fd3b1e34491287c57d6 /library | |
parent | 24c49324b4488e47b21eaa259a0950464f9b930c (diff) | |
parent | b40c3af17683766d1e1359c9ceb4dd7178f6afc5 (diff) | |
download | tcl-357ca2067d11e6a7520d106c5b06158caeecdf5b.zip tcl-357ca2067d11e6a7520d106c5b06158caeecdf5b.tar.gz tcl-357ca2067d11e6a7520d106c5b06158caeecdf5b.tar.bz2 |
combine divergence
Diffstat (limited to 'library')
-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 c596e60..0160184 100644 --- a/library/platform/platform.tcl +++ b/library/platform/platform.tcl @@ -165,7 +165,7 @@ proc ::platform::identify {} { global tcl_platform set id [generic] - regexp {^([^-]+)-([^-]+)$} $id -> plat ver wow cpu + regexp {^([^-]+)(-[0-9\.]+)?(-wow)?-([^-]+)$} $id -> plat ver wow cpu switch -- $plat { solaris { |