1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 05:18:14 +02:00

deptest: Capitalize failure message. Makes it easier to spot in the logs.

SVN-Revision: 23855
This commit is contained in:
Michael Büsch 2010-11-04 11:30:10 +00:00
parent 9c0c9caaff
commit bf274946af

@ -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
}