mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
quote ">"
This commit is contained in:
parent
81a35f00a0
commit
a963386d02
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ do
|
|||
newer=0
|
||||
for j in $old
|
||||
do
|
||||
if test $j > $i
|
||||
if test $j ">" $i
|
||||
then
|
||||
newer=1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue