From a8307570ed163de48393092f56360cea9c6e0a02 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 30 Apr 2013 01:21:41 -0400 Subject: [PATCH] Make label a bit more accurate. --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2