# HG changeset patch # User HIROSE Yuuji # Date 1555151807 -32400 # Node ID 2f580c147434e86c26945ac188d87378da2e205c # Parent 6f75af2ad877dc351750432a7bc65df03d59ec9e File accessibility flag behavior corrected diff -r 6f75af2ad877 -r 2f580c147434 s4-blog.sh --- a/s4-blog.sh Sat Apr 13 19:02:21 2019 +0900 +++ b/s4-blog.sh Sat Apr 13 19:36:47 2019 +0900 @@ -303,9 +303,7 @@ editlink="${edit:+編集 }" nt="" - # Compute file accessibility of attached file - err "----r=$aid fa=[$fa]----" - + # fa is file accessibility flag # err "----r=$aid fa=[$fa]----" # First, check the availability of user-icon. # If not existent, clear and reset row cache by rm $stampfile @@ -394,7 +392,7 @@ sed -e "/^/s,,${notify:+$nt}," \ - -e "/^<__UNREADABLE__>/s,,${fa:+$cannotread}," \ + -e "/<__UNREADABLE__>/s,,${fa:+$cannotread}," \ $cachefile done