X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fautotools-sonarqube.sh;h=c8e20834c6de06825f30e93a48cc82530155eff1;hb=4867c0799530acf13f7527c6a026879bdfb34e06;hp=c52b9bbc48b5573f90e2b043b81b7f124cf162f9;hpb=455c02c6e706a43fc57e816e69fe347dccae8648;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"