summaryrefslogtreecommitdiffstats
path: root/win/mkd.bat
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-06-25 09:35:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-06-25 09:35:03 (GMT)
commit05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596 (patch)
treeec9c17a36b01ac33cdfa62c7120da1b152b55777 /win/mkd.bat
parentdb72cf3cd352c43ddcb5abcb300f60aea2df558f (diff)
parent69cded06b737884b3c2f111d3a3a40db146bcef1 (diff)
downloadtk-05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596.zip
tk-05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596.tar.gz
tk-05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596.tar.bz2
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
Diffstat (limited to 'win/mkd.bat')
-rw-r--r--win/mkd.bat24
1 files changed, 12 insertions, 12 deletions
diff --git a/win/mkd.bat b/win/mkd.bat
index f741daf..1bd5ccb 100644
--- a/win/mkd.bat
+++ b/win/mkd.bat
@@ -1,12 +1,12 @@
-@echo off
-
-if exist %1\nul goto end
-
-md %1
-if errorlevel 1 goto end
-
-echo Created directory %1
-
-:end
-
-
+@echo off
+
+if exist %1\nul goto end
+
+md %1
+if errorlevel 1 goto end
+
+echo Created directory %1
+
+:end
+
+