From 550cfc7aefc651602a7ed04151c86f0e20fd18cb Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sun, 11 Jun 2017 08:27:27 +1000 Subject: [PATCH] Fix incorrect file name being echoed Change-Id: I6df00db6be537285063a510fe73f2a77e1484139 Signed-off-by: Anil Belur --- shell/sysstat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6