summaryrefslogtreecommitdiffstats
path: root/tools/eolFix.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eolFix.tcl')
-rw-r--r--tools/eolFix.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eolFix.tcl b/tools/eolFix.tcl
index 11c410d..ed3ec7c 100644
--- a/tools/eolFix.tcl
+++ b/tools/eolFix.tcl
@@ -16,7 +16,7 @@ namespace eval ::EOL {
proc EOL::fix {filename {newfilename ""}} {
variable outMode
- if {![file exist $filename]} { return }
+ if {![file exists $filename]} { return }
puts "EOL Fixing: $filename"
file rename ${filename} ${filename}.o