summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-03 09:31:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-03 09:31:00 (GMT)
commit482091f871d7accfad3e007ec7672a3cb2cc39f1 (patch)
tree3af813c3683010a66440f05c2f0bc65515f866af /library
parent02c730b29850204b02de5c9c1e70c52fd0fd9a65 (diff)
downloadtcl-482091f871d7accfad3e007ec7672a3cb2cc39f1.zip
tcl-482091f871d7accfad3e007ec7672a3cb2cc39f1.tar.gz
tcl-482091f871d7accfad3e007ec7672a3cb2cc39f1.tar.bz2
Extend "platform" package for msys2 -> platform 1.0.15
Diffstat (limited to 'library')
-rw-r--r--library/platform/pkgIndex.tcl2
-rw-r--r--library/platform/platform.tcl5
2 files changed, 5 insertions, 2 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl
index 5970a3f..46a0ed4 100644
--- a/library/platform/pkgIndex.tcl
+++ b/library/platform/pkgIndex.tcl
@@ -1,3 +1,3 @@
-package ifneeded platform 1.0.14 [list source [file join $dir platform.tcl]]
+package ifneeded platform 1.0.15 [list source [file join $dir platform.tcl]]
package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]]
diff --git a/library/platform/platform.tcl b/library/platform/platform.tcl
index 35a22a3..87d720b 100644
--- a/library/platform/platform.tcl
+++ b/library/platform/platform.tcl
@@ -97,6 +97,9 @@ proc ::platform::generic {} {
cygwin* {
set plat cygwin
}
+ msys* {
+ set plat msystem
+ }
windows {
if {$tcl_platform(platform) == "unix"} {
set plat cygwin
@@ -378,7 +381,7 @@ proc ::platform::patterns {id} {
# ### ### ### ######### ######### #########
## Ready
-package provide platform 1.0.14
+package provide platform 1.0.15
# ### ### ### ######### ######### #########
## Demo application