On Mon, Feb 26, 2018 at 02:58:48PM -0600, William A Rowe Jr wrote: > Any objections to > > --- build/mkdir.sh (revision 1825390) > +++ build/mkdir.sh (working copy) > @@ -38,7 +38,6 @@ > continue ;; > esac > if test ! -d "$pathcomp"; then > - echo "mkdir $pathcomp" 1>&2 > mkdir "$pathcomp" || errstatus=$? > fi > pathcomp="$pathcomp/"
+1 here, seems sensible. Regards, Joe
