2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

quote ">"

This commit is contained in:
Mark Andrews
2002-10-25 22:12:09 +00:00
parent 81a35f00a0
commit a963386d02

View 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