summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-07-01 18:08:34 (GMT)
committerescoffon <escoffon>1998-07-01 18:08:34 (GMT)
commitf9f2eacc1d905eb3cd0bf55a1622165aca2faaa4 (patch)
treeff673876df5b3bd1bb97aaf9558259fef46630dc /win
parent2f293ae32ffb26a2c129b2fd212d6604db9a0e0d (diff)
downloadtcl-f9f2eacc1d905eb3cd0bf55a1622165aca2faaa4.zip
tcl-f9f2eacc1d905eb3cd0bf55a1622165aca2faaa4.tar.gz
tcl-f9f2eacc1d905eb3cd0bf55a1622165aca2faaa4.tar.bz2
- added SCCS id string
- fixed a logic bug
Diffstat (limited to 'win')
-rw-r--r--win/rmd.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/rmd.bat b/win/rmd.bat
index 9772526..f5d09e8 100644
--- a/win/rmd.bat
+++ b/win/rmd.bat
@@ -1,6 +1,7 @@
@echo off
+rem SCCS: %Z% $Id: rmd.bat,v 1.2 1998/07/01 18:08:34 escoffon Exp $
-if exist %1 goto end
+if not exist %1 goto end
if %OS% == Windows_NT goto winnt