]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/namedown
Consolidate the logic for generating file lists, as well as creating zip archives...
[wxWidgets.git] / distrib / msw / namedown
index 66435582873557de0108e0b1bb5d96261127afcc..bc627d6aa88acbf7769386f986ccb163e065bac3 100755 (executable)
@@ -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"