From: Michael Büsch Date: Thu, 4 Nov 2010 11:30:10 +0000 (+0000) Subject: deptest: Capitalize failure message. Makes it easier to spot in the logs. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bf274946af7d4a696c12d3592ae45e488c897b10;p=openwrt%2Fstaging%2Fjow.git deptest: Capitalize failure message. Makes it easier to spot in the logs. SVN-Revision: 23855 --- 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 }