You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2018/03/14 06:35:57 UTC

svn commit: r1826698 - /httpd/httpd/trunk/build/mkdir.sh

Author: wrowe
Date: Wed Mar 14 06:35:57 2018
New Revision: 1826698

URL: http://svn.apache.org/viewvc?rev=1826698&view=rev
Log:
Flush garbage stderr output

Modified:
    httpd/httpd/trunk/build/mkdir.sh

Modified: httpd/httpd/trunk/build/mkdir.sh
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/mkdir.sh?rev=1826698&r1=1826697&r2=1826698&view=diff
==============================================================================
--- httpd/httpd/trunk/build/mkdir.sh (original)
+++ httpd/httpd/trunk/build/mkdir.sh Wed Mar 14 06:35:57 2018
@@ -38,7 +38,6 @@ for file in ${1+"$@"} ; do
                  continue ;;
         esac
         if test ! -d "$pathcomp"; then
-            echo "mkdir $pathcomp" 1>&2
             mkdir "$pathcomp" || errstatus=$?
         fi
         pathcomp="$pathcomp/"