On Thu, Jul 19, 2012 at 12:16 PM, Robert P. J. Day <[email protected]> wrote: > > if [ -n "$check_refs" ]; then > checkpoint_branch=`echo $check_refs | cut -d- -f2` > verify_branch=`git show-ref $checkpoint_branch` > checkpoint_tag_name=$check_refs > if [ -z "verify_branch" ]; then > ... snip ... > > should that last line read > > if [ -z "${verify_branch}" ]; then > > instead?
Yep. I can just fix it here, or you can send patch, either works. Cheers, Bruce > > rday > > -- > > ======================================================================== > Robert P. J. Day Ottawa, Ontario, CANADA > http://crashcourse.ca > > Twitter: http://twitter.com/rpjday > LinkedIn: http://ca.linkedin.com/in/rpjday > ======================================================================== > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
