[U-Boot] [PATCH] MAKEALL: Add -l option to only list build targets
Qinglin Ye
yestyle at gmail.com
Sun Dec 4 03:44:07 CET 2011
Should it be an equality operator instead of an assigning one? i.e:
[ "$ONLY_LIST" == "y" ] && return
On Sat, Dec 3, 2011 at 3:57 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Saturday 03 December 2011 02:32:03 Marek Vasut wrote:
>> + if [ "$ONLY_LIST" == 'y' ] ; then return ; fi
>
> [ "$ONLY_LIST" = "y" ] && return
> -mike
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Thanks.
More information about the U-Boot
mailing list