]> granicus.if.org Git - apache/commitdiff
Flush garbage stderr output
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 14 Mar 2018 06:35:57 +0000 (06:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 14 Mar 2018 06:35:57 +0000 (06:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826698 13f79535-47bb-0310-9956-ffa450edef68

build/mkdir.sh

index e2d5bb6392a2a7b25ccb28fe783ead583d14fcd2..13683ffcab06b42d5f3e216718d858af2047e5c3 100755 (executable)
@@ -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/"