From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 4 Dec 2011 12:32:47 +0100 Subject: [U-Boot] [PATCH] MAKEALL: Add -l option to only list build targets In-Reply-To: References: <1322897523-6663-1-git-send-email-marek.vasut@gmail.com> <201112030257.22221.vapier@gentoo.org> Message-ID: <201112041232.47531.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Should it be an equality operator instead of an assigning one? i.e: > > [ "$ONLY_LIST" == "y" ] && return 1) Please don't top post 2) It's the same thing ... = and == in shell scripting. M > > On Sat, Dec 3, 2011 at 3:57 PM, Mike Frysinger 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. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot