diff --git a/distrib/scripts/create_archives.sh b/distrib/scripts/create_archives.sh index 88078c99d4..3af710e81c 100755 --- a/distrib/scripts/create_archives.sh +++ b/distrib/scripts/create_archives.sh @@ -142,7 +142,7 @@ dospinport(){ if [ $port = "msw" ]; then pushd /tmp/wx$port/wxWidgets-$VERSION for file in `cat /tmp/textfiles`; do - todos $file + unix2dos $file done popd fi