From: William A. Rowe Jr Date: Wed, 14 Mar 2018 06:35:57 +0000 (+0000) Subject: Flush garbage stderr output X-Git-Tag: 2.5.0-alpha2-ci-test-only~2794 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62e749619a371c0deb2101edcedae556f2ad835;p=thirdparty%2Fapache%2Fhttpd.git Flush garbage stderr output git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826698 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkdir.sh b/build/mkdir.sh index e2d5bb6392a..13683ffcab0 100755 --- a/build/mkdir.sh +++ b/build/mkdir.sh @@ -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/"