mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
Flush garbage stderr output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826698 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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/"
|
||||
|
Reference in New Issue
Block a user