]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/create_archives.sh
fix todos conversion (unix2dos called to dos
[wxWidgets.git] / distrib / scripts / create_archives.sh
index 3af710e81c8a98ee2821297e9c27a0e052895538..88078c99d426f7888aada9b06d7c079203e47feb 100755 (executable)
@@ -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