summaryrefslogtreecommitdiffstats
path: root/scripts/deptest.sh
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-11-04 11:30:10 +0000
committerMichael Büsch <mb@bu3sch.de>2010-11-04 11:30:10 +0000
commitbf274946af7d4a696c12d3592ae45e488c897b10 (patch)
tree1132c55e25b1e0392215b67e4f22ba19f43838b9 /scripts/deptest.sh
parent9c0c9caaffd00260c36c69190498be3313675d02 (diff)
downloadmaster-31e0f0ae-bf274946af7d4a696c12d3592ae45e488c897b10.tar.gz
master-31e0f0ae-bf274946af7d4a696c12d3592ae45e488c897b10.tar.bz2
master-31e0f0ae-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-xscripts/deptest.sh2
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
}