From: Anil Belur Date: Sat, 10 Jun 2017 22:27:27 +0000 (+1000) Subject: Fix incorrect file name being echoed X-Git-Tag: v0.3.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F5140%2F1;hp=0786d5870812545b09f27699d7f71d197a257575;p=releng%2Fglobal-jjb.git Fix incorrect file name being echoed Change-Id: I6df00db6be537285063a510fe73f2a77e1484139 Signed-off-by: Anil Belur --- diff --git a/shell/sysstat.sh b/shell/sysstat.sh index e4e28ff6..022374ad 100644 --- a/shell/sysstat.sh +++ b/shell/sysstat.sh @@ -8,7 +8,7 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## -echo "---> lftools-sysstat.sh" +echo "---> sysstat.sh" set +e # DON'T fail build if script fails. OS=$(facter operatingsystem)