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
========================================================================

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to