From 86655cf835900d54569a867de05e56ccd71db879 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Thu, 7 Nov 2013 18:03:05 +0800 Subject: [PATCH] Trivial: Remove trailing whitespaces in status.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The whitespaces make "git commit" failed. lint-stable-003-whitespace Check for superfluous whitespace in the tree ======== test failed: File util/status/status.sh has lines ending with whitespace. ======== Change-Id: I52fc5ae3e5aa81dac098b36d2479e4d10325a09b Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/4032 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- util/status/status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/status/status.sh b/util/status/status.sh index 0c0c714a5d..4b5496ca02 100644 --- a/util/status/status.sh +++ b/util/status/status.sh @@ -3,7 +3,7 @@ # This file is part of the coreboot project. # # Copyright (C) 2013 Google Inc. -# +# EXIT_SUCCESS=0 EXIT_FAILURE=1 @@ -77,7 +77,7 @@ cmd() if [ $? -eq 0 ]; then return fi - + echo "Failed to run command: $2" exit $EXIT_FAILURE }