summaryrefslogtreecommitdiffstats
path: root/library/platform/shell.tcl
diff options
context:
space:
mode:
authorandreask <andreask>2014-08-01 18:36:50 (GMT)
committerandreask <andreask>2014-08-01 18:36:50 (GMT)
commit5a669c8fbb45b3321f07482c114152486d0600bf (patch)
treec4f4a4334523ac65319f1b376b9f9cbf422b7738 /library/platform/shell.tcl
parentb0d81a985b3f707cc6228dd81e7ad1e6601b643b (diff)
downloadtcl-5a669c8fbb45b3321f07482c114152486d0600bf.zip
tcl-5a669c8fbb45b3321f07482c114152486d0600bf.tar.gz
tcl-5a669c8fbb45b3321f07482c114152486d0600bf.tar.bz2
Updated package "platform" to version 1.0.13. Separated the
identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors).
Diffstat (limited to 'library/platform/shell.tcl')
-rw-r--r--library/platform/shell.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/shell.tcl b/library/platform/shell.tcl
index d37cdcd..6eb9691 100644
--- a/library/platform/shell.tcl
+++ b/library/platform/shell.tcl
@@ -187,7 +187,7 @@ proc ::platform::shell::TEMP {} {
}
}
}
- if {$channel != ""} {
+ if {$channel ne ""} {
return -code error "Failed to open a temporary file: $channel"
} else {
return -code error "Failed to find an unused temporary file name"