Commit c8b6d07b authored by Jondy Zhao's avatar Jondy Zhao

Convert readme.txt to dos format.

parent d8037ba6
......@@ -70,5 +70,11 @@ if [[ -f /etc/postinstall/autorebase.bat.done ]] ; then
cp /etc/postinstall/autorebase.bat.done /autorebase.bat
fi
# Change format of readme.txt
readme_filepath=$(cygpath -m /)/..
if [[ -f $readme_filepath/Readme.txt ]] ; then
unix2dos $readme_filepath/Readme.txt
fi
exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment