aboutsummaryrefslogtreecommitdiff
path: root/baseboards/basic-sid.exp
diff options
context:
space:
mode:
Diffstat (limited to 'baseboards/basic-sid.exp')
-rw-r--r--baseboards/basic-sid.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboards/basic-sid.exp b/baseboards/basic-sid.exp
index 290c6f4..4f2e0c9 100644
--- a/baseboards/basic-sid.exp
+++ b/baseboards/basic-sid.exp
@@ -49,7 +49,7 @@ proc find_rawsid { } {
set tcl_library "$srcdir/tcl/library"
global host_os
switch -glob $host_os {
- {cygwin*} { set tcl_library [exec cygpath -w $tcl_library] }
+ {cygwin*} { set tcl_library [exec cygpath -w $tcl_library] }
}
set env(TCL_LIBRARY) $tcl_library
}