diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-11-04 11:30:10 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-11-04 11:30:10 +0000 |
commit | bf274946af7d4a696c12d3592ae45e488c897b10 (patch) | |
tree | 1132c55e25b1e0392215b67e4f22ba19f43838b9 /scripts/deptest.sh | |
parent | 9c0c9caaffd00260c36c69190498be3313675d02 (diff) | |
download | upstream-bf274946af7d4a696c12d3592ae45e488c897b10.tar.gz upstream-bf274946af7d4a696c12d3592ae45e488c897b10.tar.bz2 upstream-bf274946af7d4a696c12d3592ae45e488c897b10.zip |
deptest: Capitalize failure message. Makes it easier to spot in the logs.
SVN-Revision: 23855
Diffstat (limited to 'scripts/deptest.sh')
-rwxr-xr-x | scripts/deptest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |