summaryrefslogtreecommitdiffstats
path: root/win/mkd.bat
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-09-08 22:30:14 (GMT)
committermdejong <mdejong@noemail.net>2001-09-08 22:30:14 (GMT)
commit413395558c338b0070b03defc06e8f524e7f8cdd (patch)
tree9231aa184ddaa92863137e03ea1c54fc6bfdfebf /win/mkd.bat
parent2f3db320aec87f5f019d50d943413f0cf126e8ce (diff)
downloadtcl-413395558c338b0070b03defc06e8f524e7f8cdd.zip
tcl-413395558c338b0070b03defc06e8f524e7f8cdd.tar.gz
tcl-413395558c338b0070b03defc06e8f524e7f8cdd.tar.bz2
* win/mkd.bat:
* win/rmd.bat: Apply binary property (cvs admin -kb) to files and convert to CRLF linefeed format to fix the VC++ build. [Bug #219409] FossilOrigin-Name: 8edc367e2e7fdd3e9ba193adfcb82496d742a59e
Diffstat (limited to 'win/mkd.bat')
-rw-r--r--win/mkd.bat41
1 files changed, 21 insertions, 20 deletions
diff --git a/win/mkd.bat b/win/mkd.bat
index 97f36ae..769e604 100644
--- a/win/mkd.bat
+++ b/win/mkd.bat
@@ -1,20 +1,21 @@
-@echo off
-rem RCS: @(#) $Id: mkd.bat,v 1.5 1999/12/22 00:00:16 hobbs Exp $
-
-if exist %1\. goto end
-
-if "%OS%" == "Windows_NT" goto winnt
-
-md %1
-if errorlevel 1 goto end
-
-goto success
-
-:winnt
-md %1
-if errorlevel 1 goto end
-
-:success
-echo created directory %1
-
-:end
+@echo off
+rem RCS: @(#) $Id: mkd.bat,v 1.6 2001/09/08 22:30:15 mdejong Exp $
+
+if exist %1\. goto end
+
+if "%OS%" == "Windows_NT" goto winnt
+
+md %1
+if errorlevel 1 goto end
+
+goto success
+
+:winnt
+md %1
+if errorlevel 1 goto end
+
+:success
+echo created directory %1
+
+:end
+