Any objections to

--- build/mkdir.sh (revision 1825390)
+++ build/mkdir.sh (working copy)
@@ -38,7 +38,6 @@
                  continue ;;
         esac
         if test ! -d "$pathcomp"; then
-            echo "mkdir $pathcomp" 1>&2
             mkdir "$pathcomp" || errstatus=$?
         fi
         pathcomp="$pathcomp/"

That action does not rise to the alert severity of error output :-/

Or do we want to retain the notice, not redirecting to stderr?

Reply via email to