Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
9a2a12db
Commit
9a2a12db
authored
Sep 27, 2002
by
Mark Andrews
Browse files
check that the new draft is lexically > the old drafts.
parent
0cc849b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/draft/update
View file @
9a2a12db
...
...
@@ -7,9 +7,24 @@ do
fi
pat
=
`
echo
"
$i
"
|
sed
's/...txt/??.txt/'
`
old
=
`
echo
$pat
2> /dev/null
`
if
test
"X
$old
"
!=
"X
$pat
"
then
newer
=
0
for
j
in
$old
do
if
test
$j
>
$i
then
newer
=
1
fi
done
if
test
$newer
=
1
then
continue
;
fi
fi
if
fetch
"http://www.ietf.org/internet-drafts/
$i
"
then
cvs add
"
$
1
"
cvs add
"
$
i
"
if
test
"X
$old
"
!=
"X
$pat
"
then
rm
$old
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment