X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fautotools-sonarqube.sh;h=c8e20834c6de06825f30e93a48cc82530155eff1;hb=b9d610a9e522d71a89d2daeb6f71b2bc2a71cdf7;hp=c52b9bbc48b5573f90e2b043b81b7f124cf162f9;hpb=89213a114af3775da43b5f97c3584db516d49987;p=releng%2Fglobal-jjb.git diff --git a/shell/autotools-sonarqube.sh b/shell/autotools-sonarqube.sh index c52b9bbc..c8e20834 100644 --- a/shell/autotools-sonarqube.sh +++ b/shell/autotools-sonarqube.sh @@ -56,6 +56,7 @@ eval $c --prefix="$INSTALL_PREFIX" $configure_opts # $make_opts may be empty # make needs to wordsplit to pass options # shellcheck disable=SC2086 -eval /opt/build-wrapper/build-wrapper-linux-x86-64 --out-dir "$build_wrap_dir" make $make_opts +eval /opt/build-wrapper/build-wrapper-linux-x86-64 --out-dir \ + "$build_wrap_dir" make $make_opts echo "---> autotools-sonarqube.sh ends"