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 wrap: on
line diff
--- 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

yatex.org