summaryrefslogtreecommitdiffstats
path: root/library/platform
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-13 08:57:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-13 08:57:12 (GMT)
commite80a9647f5b435daaa052bbe487314a47794fdca (patch)
treed106c4c491093a055990c1b43af9b1d3eca0458f /library/platform
parentf6f180df58c8c736937a105dbb2cdac6755f7c13 (diff)
downloadtcl-e80a9647f5b435daaa052bbe487314a47794fdca.zip
tcl-e80a9647f5b435daaa052bbe487314a47794fdca.tar.gz
tcl-e80a9647f5b435daaa052bbe487314a47794fdca.tar.bz2
Use tabs for indenting in stead of 8 spaces
Diffstat (limited to 'library/platform')
-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 60d5b37..053ce53 100644
--- a/library/platform/shell.tcl
+++ b/library/platform/shell.tcl
@@ -131,7 +131,7 @@ proc ::platform::shell::RUN {shell code} {
set e [TEMP]
set code [catch {
- exec $shell $c 2> $e
+ exec $shell $c 2> $e
} res]
file delete $c