1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 04:45:08 +03:00

compile-openwrt-xburst.sh: fix English grammar error

This commit is contained in:
Xiangfu 2012-03-09 14:51:06 +08:00
parent b813482c7a
commit 8eefa4b4f6

View File

@ -87,7 +87,7 @@ cp -a files/* ${IMAGES_DIR}/files/
if [ "${MAKE_RET}" != "0" ]; then
echo "ERROR: Build failed! please refer to the BUILD_LOG file"
tail -n 100 ${IMAGES_DIR}/BUILD_LOG > ${IMAGES_DIR}/BUILD_LOG.last100
MSG="The build was FAILED"
MSG="The build has FAILED"
URL="http://fidelio.qi-hardware.com/~xiangfu/building/Nanonote/Ben\
/${OPENWRT_DIR_NAME}-${DATE_TIME}"
else