X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bootstrap.sh;h=606d63d660ad01574b207c4d6729ed203f87d08c;hb=820fcf318e11426bdb72345948c56738b5e12da4;hp=9a549f06cc9994fc41944291ed956778dbc38bbc;hpb=b073677225181b9ab525a8304cb2a2cdcaac0277;p=m6w6%2Flibmemcached diff --git a/bootstrap.sh b/bootstrap.sh index 9a549f06..606d63d6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1714,10 +1714,10 @@ function main () # We don't want Jenkins overriding other variables, so we NULL them. if [ -z "$MAKE_TARGET" ]; then if $jenkins_build_environment; then - if [[ -n "$label" ]]; then - check_make_target $label + if [[ -n "$LABEL" ]]; then + check_make_target $LABEL if [ $? -eq 0 ]; then - MAKE_TARGET="$label" + MAKE_TARGET="$LABEL" fi fi