From bf274946af7d4a696c12d3592ae45e488c897b10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCsch?= <mb@bu3sch.de>
Date: Thu, 4 Nov 2010 11:30:10 +0000
Subject: [PATCH] deptest: Capitalize failure message. Makes it easier to spot
 in the logs.

SVN-Revision: 23855
---
 scripts/deptest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/deptest.sh b/scripts/deptest.sh
index 7da382d954..938094b877 100755
--- a/scripts/deptest.sh
+++ b/scripts/deptest.sh
@@ -111,7 +111,7 @@ test_package() # $1=pkgname
 		touch "$STAMP_SUCCESS"
 	else
 		touch "$STAMP_FAILED"
-		echo "Building package $pkg failed!"
+		echo "Building package $pkg FAILED"
 	fi
 }
 
-- 
GitLab