diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2018-03-14 07:35:57 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2018-03-14 07:35:57 +0100 |
commit | e62e749619a371c0deb2101edcedae556f2ad835 (patch) | |
tree | 5ecad542e59ec6c527cc6e96d93741431b19dba0 /build | |
parent | Instrument 'bbout' (diff) | |
download | apache2-e62e749619a371c0deb2101edcedae556f2ad835.tar.xz apache2-e62e749619a371c0deb2101edcedae556f2ad835.zip |
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-x | build/mkdir.sh | 1 |
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/" |