X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce79e485dc69519895cd223b9e8b2d37155a077..3ddb5c284b291ec2d61b4ff248ad3b47e5078a7b:/distrib/msw/namedown?ds=sidebyside diff --git a/distrib/msw/namedown b/distrib/msw/namedown index 6643558287..bc627d6aa8 100755 --- a/distrib/msw/namedown +++ b/distrib/msw/namedown @@ -40,10 +40,10 @@ case $# in echo > /dev/null #Don't overwrite existing files # elif [ -f "${newname}" ]; then -# echo "${oldname} not converted, file ${newname} already exists" 2>&1 + echo "${oldname} not converted, file ${newname} already exists" 2>&1 #Don't move to subdirectories if they happen to exist elif [ -d "${newname}" ]; then -# echo "${oldname} not converted, directory ${newname} already exists" 2>&1 + echo "${oldname} not converted, directory ${newname} already exists" 2>&1 #Do it else mv "${oldname}" "${oldname}.bak"