# HG changeset patch # User HIROSE Yuuji # Date 1590659045 -32400 # Node ID 19ee38a90e22d29a4f6682ccc04647531b9fbce5 # Parent 7222b3333e6aed61ec558082610a13115527d9c3 Call /bin/test for "string > string' diff -r 7222b3333e6a -r 19ee38a90e22 s4-blog.sh --- a/s4-blog.sh Fri May 22 10:04:27 2020 +0900 +++ b/s4-blog.sh Thu May 28 18:44:05 2020 +0900 @@ -393,7 +393,7 @@ if test -s "$stampfile" && test -s "$cachefile" && { ts=`cat "$stampfile"`; test -n "$ts"; } && - test "$ts" '>' "$tm" && # Cache timestamp is newer + /bin/test "$ts" '>' "$tm" && # Cache timestamp is newer test "$stampfile" -nt "$icon"; then # UserIcon is older : Nothing to do else