s4

changeset 707:19ee38a90e22

Call /bin/test for "string > string'
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 28 May 2020 18:44:05 +0900
parents 7222b3333e6a
children 9bac1300f259
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Fri May 22 10:04:27 2020 +0900
     1.2 +++ b/s4-blog.sh	Thu May 28 18:44:05 2020 +0900
     1.3 @@ -393,7 +393,7 @@
     1.4      if test -s "$stampfile" &&
     1.5  	  test -s "$cachefile" &&
     1.6  	  { ts=`cat "$stampfile"`; test -n "$ts"; } &&
     1.7 -	  test "$ts" '>' "$tm" &&		# Cache timestamp is newer
     1.8 +	     /bin/test "$ts" '>' "$tm" &&		# Cache timestamp is newer
     1.9  	  test "$stampfile" -nt "$icon"; then	# UserIcon is older
    1.10         : Nothing to do
    1.11      else