On Sat, 2010-09-18 at 16:10 -0400, Trevor Woerner wrote:

> @@ -68,7 +68,7 @@ clonefailed_components=""
>  failed() {
>      if [ -n "${NOQUIT}" ]; then
>         echo "***** $1 failed on $2/$3"
> -       failed_components="$failed_components $2/$3"
> +       failed_components+="$2/$3 "
>      else
>         exit 1
>      fi
> @@ -199,7 +199,7 @@ build() {
>          clone $1 $2
>          if [ $? -ne 0 ]; then
>              echo "Failed to clone $1 module component $2. Ignoring."
> -            clonefailed_components="$clonefailed_components $1/$2"
> +            clonefailed_components+="$1/$2 "
>              if [ -n "$BUILD_ONE" ]; then
>                  exit 1
>              fi
> @@ -214,7 +214,7 @@ build() {
>  
>      if [ -z "$SRCDIR" ]; then
>          echo "$1 module component $2 does not exist, skipping."
> -        nonexistent_components="$nonexistent_components $1/$2"
> +        nonexistent_components+="$1/$2 "
>          return
>      fi
> 

The above changes do not seem to be related to the commit message which
claims a nice format at the end of the build.
Put in a separate patch.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to