mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:50:18 +02:00
compile-openwrt-xburst.sh: fix English grammar error
This commit is contained in:
parent
b813482c7a
commit
8eefa4b4f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user