# HG changeset patch # User HIROSE Yuuji # Date 1592120267 -32400 # Node ID f84cf537b5fb355cc8bdad443c89e43f2ac5ede7 # Parent 39e59b5b213152688a18b888d197df72c8285a2c Typo... diff -r 39e59b5b2131 -r f84cf537b5fb s4-blog.sh --- a/s4-blog.sh Sun Jun 14 16:37:18 2020 +0900 +++ b/s4-blog.sh Sun Jun 14 16:37:47 2020 +0900 @@ -400,7 +400,7 @@ err Newtop=$newtop lines=$narts afternew=$afternew nlim=$nilmit fi fi - if [ $nlimit -gt $narts ]; then + if [ $nlimit -lt $narts ]; then CAT="tail -n $nlimit" limitedmsg="※最新${nlimit}件のみの表示※" showalllink="全件表示"