From: Daniel Farrell Date: Thu, 11 Oct 2018 21:02:03 +0000 (-0400) Subject: Fix deprecation warning to not execute code X-Git-Tag: v0.26.0~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ddd8f4dd3b86b15eb45da9f5f65b16f890b7f60e;p=releng%2Fglobal-jjb.git Fix deprecation warning to not execute code The warning about lftools-install script being deprecated was quoted incorrectly, so the `code` it suggested was actually executed. This caused this script to fail, resulting in builds being marked unstable and logs failing to deploy. Change-Id: I394baf37a1a82d54fdbee62010af5be0be5527ff Signed-off-by: Daniel Farrell --- diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index 17a0e79c..e0eda062 100644 --- a/shell/lftools-install.sh +++ b/shell/lftools-install.sh @@ -9,8 +9,8 @@ # http://www.eclipse.org/legal/epl-v10.html ############################################################################## echo "---> lftools-install.sh" -echo "WARNING: The lftools-install.sh script is deprecated. We now recommend \ -to use `pip install --user lftools` to install." +echo 'WARNING: The lftools-install.sh script is deprecated. We now recommend \ +to use `pip install --user lftools` to install.' # Script to install lftools via a version passed in via lf-infra-parameters #