[coreboot-gerrit] Change in coreboot[master]: util/board_status: Add missing space

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Mon Oct 29 23:26:42 CET 2018


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/29348


Change subject: util/board_status: Add missing space
......................................................................

util/board_status: Add missing space

Change-Id: Ie3542069a7ae21f5463e97d37f599b1bf0f6ca78
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M util/board_status/board_status.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/29348/1

diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index 4acbb6c..a51142c 100755
--- a/util/board_status/board_status.sh
+++ b/util/board_status/board_status.sh
@@ -387,7 +387,7 @@
 	if [ $(id -u) -ne 0 ]; then
 		command -v "$cbmem_cmd" >/dev/null
 		if [ $? -ne 0 ]; then
-			echo "Failed to run $cbmem_cmd. Check \$PATH or" \
+			echo "Failed to run $cbmem_cmd. Check \$PATH or " \
 			"use -c to specify path to cbmem binary."
 			exit $EXIT_FAILURE
 		else

-- 
To view, visit https://review.coreboot.org/29348
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3542069a7ae21f5463e97d37f599b1bf0f6ca78
Gerrit-Change-Number: 29348
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181029/904da989/attachment.html>


More information about the coreboot-gerrit mailing list