[PATCH build 01/10] Prettier failed component listing.

Adrian Bunk bunk at stusta.de
Sat Sep 18 14:11:43 PDT 2010


On Sat, Sep 18, 2010 at 04:10:52PM -0400, Trevor Woerner wrote:
>...
> --- a/build.sh
> +++ b/build.sh
>...
> @@ -879,21 +879,27 @@ date
>  if [ -n "$nonexistent_components" ]; then
>      echo ""
>      echo "***** Skipped components (not available) *****"
> -    echo "$nonexistent_components"
> +    for _cmp in `echo $nonexistent_components`; do
> +	echo -e "\t$_cmp"
>...

"echo -e" is also not supported by all shells.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



More information about the xorg-devel mailing list