[OE-core] possible typo in kgit-checkpoint

Robert P. J. Day rpjday at crashcourse.ca
Thu Jul 19 16:16:01 UTC 2012


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?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list