From a963386d02b0b21d26a50fce1ef442602c81377b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 25 Oct 2002 22:12:09 +0000 Subject: [PATCH] quote ">" --- doc/draft/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/draft/update b/doc/draft/update index 54c5a2fd9d..855e61be6c 100644 --- a/doc/draft/update +++ b/doc/draft/update @@ -12,7 +12,7 @@ do newer=0 for j in $old do - if test $j > $i + if test $j ">" $i then newer=1 fi