mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
quote ">"
This commit is contained in:
@@ -12,7 +12,7 @@ do
|
||||
newer=0
|
||||
for j in $old
|
||||
do
|
||||
if test $j > $i
|
||||
if test $j ">" $i
|
||||
then
|
||||
newer=1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user