From: Brian Aker Date: Tue, 30 Apr 2013 05:21:41 +0000 (-0400) Subject: Make label a bit more accurate. X-Git-Tag: 1.0.18~24^2~10 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=a8307570ed163de48393092f56360cea9c6e0a02;p=m6w6%2Flibmemcached Make label a bit more accurate. --- 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