summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/"