fix todos conversion (unix2dos called to dos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,7 +142,7 @@ dospinport(){
|
|||||||
if [ $port = "msw" ]; then
|
if [ $port = "msw" ]; then
|
||||||
pushd /tmp/wx$port/wxWidgets-$VERSION
|
pushd /tmp/wx$port/wxWidgets-$VERSION
|
||||||
for file in `cat /tmp/textfiles`; do
|
for file in `cat /tmp/textfiles`; do
|
||||||
unix2dos $file
|
todos $file
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user