summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-03-14 06:35:57 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-03-14 06:35:57 +0000
commite62e749619a371c0deb2101edcedae556f2ad835 (patch)
tree5ecad542e59ec6c527cc6e96d93741431b19dba0 /build
parent8bac64d758081915ef6a7f24395b125a66e6a32c (diff)
downloadhttpd-e62e749619a371c0deb2101edcedae556f2ad835.tar.gz
Flush garbage stderr output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mkdir.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/mkdir.sh b/build/mkdir.sh
index e2d5bb6392..13683ffcab 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/"