Fix incorrect file name being echoed 40/5140/1
authorAnil Belur <abelur@linuxfoundation.org>
Sat, 10 Jun 2017 22:27:27 +0000 (08:27 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 10 Jun 2017 22:27:27 +0000 (08:27 +1000)
Change-Id: I6df00db6be537285063a510fe73f2a77e1484139
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/sysstat.sh

index e4e28ff..022374a 100644 (file)
@@ -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)