Lines Matching full:then
15 if [ "${LANGUAGE}" == "EN" ] ; then
35 if [ "${CSUM1}" != "${CSUM2}" ]; then
56 if sed -n '2p' ${DOC} | grep -q [a-z,A-Z] ; then
62 if sed -n "/##/p" ${DOC} | grep -v '## [a-z,A-Z]' ; then
68 if ! git show ${ARG_COMMIT} -1 ${DOC} | grep -q 'Release Note' ; then
74 if grep -Eq '### WARN|### WARNING|### Warning|### warn|### warning' ${DIFF_DOC_ALL} ; then
79 if grep -Eq '### NEW|### new' ${DIFF_DOC_ALL} ; then
84 if grep -Eq '### FIXED|### fixed' ${DIFF_DOC_ALL} ; then
90 if [ "${HOST_YEAR}" != "${YEAR}" ]; then
95 if [ "${HOST_MON}" != "${MON}" ]; then
101 if grep -q $'\t[0-9]' ${DOC} ; then
108 if [ "${LANGUAGE}" == "EN" ] ; then
109 if grep -q '^[0-9]\. [a-z]' ${DOC} ; then
116 if sed -n '/^[0-9]\. [A-Z]/p' ${DOC} | grep -q '[^.]$' ; then
123 if grep -P '[\x{4e00}-\x{9fa5}]' ${DOC} ; then
129 if sed -n '/^[0-9]\. /p' ${DOC} | grep -q '[^。]$' ; then
139 if [ "$SUM1" != "$SUM2" ]; then
146 if ! echo ${FILE} | grep -Eq '\.bin|\.elf|\.img' ; then
150 if ! echo ${FILE} | grep -q { ; then
151 if ! git log ${ARG_COMMIT} -1 --name-only | grep -q ${FILE}; then
158 if [ "${TITLE}" != "${FILE}" ]; then
167 if ! git log ${ARG_COMMIT} -1 | grep -q ${CMT} ; then
172 if ! echo ${FILE} | grep -q { ; then
173 if echo ${FILE} | grep -Eq 'spl_|tpl_|bl31_|bl32_|tee_' ; then
175 if [ -z "${FILE_PATH}" ]; then
179 if ! strings ${FILE_PATH} | grep -q ${CMT} ; then
188 …{SVT_CRITIAL}" -a "${SEVERITY}" != "${SVT_IMPORTANT}" -a "${SEVERITY}" != "${SVT_MODERATE}" ]; then
194 if [ "${END_LINE_2}" != "+------" ]; then
198 if [ "${END_LINE_3}" != "+" ]; then
202 if [ "${END_LINE_1}" != "+" ]; then
208 if grep -q "^+### Fixed" ${DIFF_DOC_ALL} ; then
218 …AL}" -a "${EACH_SEVERITY}" != "${SVT_IMPORTANT}" -a "${EACH_SEVERITY}" != "${SVT_MODERATE}" ]; then
219 if [ -z "${EACH_SEVERITY}" ]; then
228 if [ -z "${TOP_SEVERITY}" ]; then
230 elif [ "${TOP_SEVERITY}" == "${SVT_MODERATE}" ]; then
231 if [ "${EACH_SEVERITY}" == "${SVT_CRITIAL}" -o "${EACH_SEVERITY}" == "${SVT_IMPORTANT}" ]; then
234 elif [ "${TOP_SEVERITY}" == "${SVT_IMPORTANT}" ]; then
235 if [ "${EACH_SEVERITY}" == "${SVT_CRITIAL}" ]; then
241 if [ "${SEVERITY}" != "${TOP_SEVERITY}" ]; then
247 if [ ! -z ${LAST_SEVERITY} ]; then
248 if [ "${LAST_SEVERITY}" == "普通" -a "${TOP_SEVERITY}" != "moderate" ]; then
250 elif [ "${LAST_SEVERITY}" == "重要" -a "${TOP_SEVERITY}" != "important" ]; then
252 elif [ "${LAST_SEVERITY}" == "紧急" -a "${TOP_SEVERITY}" != "critical" ]; then
254 elif [ "${LAST_SEVERITY}" == "moderate" -a "${TOP_SEVERITY}" != "普通" ]; then
256 elif [ "${LAST_SEVERITY}" == "important" -a "${TOP_SEVERITY}" != "重要" ]; then
258 elif [ "${LAST_SEVERITY}" == "critical" -a "${TOP_SEVERITY}" != "紧急" ]; then
262 if [ "${MISS_MATCH}" == "y" ]; then
276 if git log ${ARG_COMMIT} -1 --name-only | sed -n '5p' | grep -Eq '^ Revert "' ; then
280 if git log ${ARG_COMMIT} -1 --name-only | grep -Eq '\.bin|\.elf' ; then
283 if [ -z "${DOC_CN}" -o -z "${DOC_EN}" ]; then
289 if [ ${NUM} -gt 2 ]; then
294 if ! which dos2unix > /dev/null 2>&1 ; then
313 "${FILE}" = "./RKBOOT/RK310BMINIALL.ini" ]; then
317 if grep -q '^PATH=img/' ${FILE}; then
333 if ! test -s ${FILE}; then
335 elif ! grep -q 'TOS' ${FILE}; then
337 elif grep -q '^PATH=img/' ${FILE}; then
350 if [ x${TOS_TA} != x -a x${TOS} != x ]; then
353 elif [ ${TOS} ]; then
355 elif [ ${TOS_TA} ]; then
367 if grep -q '^PATH=img/' ${FILE}; then
382 if strings ${FILE} | grep '\-dirty ' ; then
394 if echo ${INFO} | grep -q "not stripped" ; then
404 …| sed -n '/RKBOOT\//p; /RKTRUST\//p; /bin\//p; /doc\//p;' | awk '{ print $2 }' | grep -q 755 ; then