aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/status/status.sh4
1 files 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
}