Update identify.sh

修改算术语法错误
This commit is contained in:
Xingyu.Wang 2018-10-24 15:29:16 +08:00 committed by GitHub
parent eaeeda2185
commit 480959ecbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ rule_translation_revised() {
# 发布译文:发布多篇译文
rule_translation_published() {
[ "$TSL_D" -ge 1 ] && [ "$PUB_A" -ge 1 ] && [ "$TSL_D" -eq "$PUB_A" ] \
&& [ "$TOTAL" -eq $(("$TSL_D" + "$PUB_A")) ] \
&& [ "$TOTAL" -eq $(($TSL_D + $PUB_A)) ] \
&& echo "匹配规则:发布译文 ${PUB_A}"
}