On Sep 17, 2014, at 11:25 AM, Jakub Jelinek <ja...@redhat.com> wrote:
> -               if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count; then
> +               if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count 2>/dev/null; 
> then

So, I can’t help but think we should just do a mkdir -p for this and be done 
with it.

Reply via email to