diff --git a/distrib/scripts/create_archives.sh b/distrib/scripts/create_archives.sh index 3af710e81c..88078c99d4 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 - unix2dos $file + todos $file done popd fi