]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
quote ">"
authorMark Andrews <marka@isc.org>
Fri, 25 Oct 2002 22:12:09 +0000 (22:12 +0000)
committerMark Andrews <marka@isc.org>
Fri, 25 Oct 2002 22:12:09 +0000 (22:12 +0000)
doc/draft/update

index 54c5a2fd9df5926248a984c122eca4226aa8d996..855e61be6c9ac779b84e74827fc3b6a1812e29be 100644 (file)
@@ -12,7 +12,7 @@ do
                newer=0
                for j in $old
                do
-                       if test $j > $i
+                       if test $j ">" $i
                        then
                                 newer=1
                        fi