Browse Source

Let our tools deal with CRLF instead of us.

Yao Wei Tjong 姚伟忠 12 years ago
parent
commit
fd8ccff7ba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Bin/UpdateDocument.sh

+ 0 - 1
Bin/UpdateDocument.sh

@@ -9,7 +9,6 @@ if [ $? -eq 0 ]; then
     pushd ../Source/Engine/LuaScript/pkgs >/dev/null
     lua pkgToDox.lua $out
     if [ $? -ne 0 ]; then exit 1; fi
-    unix2dos $out 2>/dev/null
     popd >/dev/null
 fi
 if [ "$1" != "-a" ]; then exit 0; fi