From: Mark Andrews Date: Fri, 25 Oct 2002 22:12:09 +0000 (+0000) Subject: quote ">" X-Git-Tag: v9.2.3rc1~104^2~270 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a963386d02b0b21d26a50fce1ef442602c81377b;p=thirdparty%2Fbind9.git quote ">" --- diff --git a/doc/draft/update b/doc/draft/update index 54c5a2fd9df..855e61be6c9 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