mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
allow the full url to be specified.
This commit is contained in:
parent
000c4ba6e1
commit
f89ccd99a4
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
#!/bin/sh
|
||||
for i
|
||||
do
|
||||
z=`expr "$i" : 'http://www.ietf.org/internet-drafts/\(.*\)'`
|
||||
if test -n "$z"
|
||||
then
|
||||
i="$z"
|
||||
fi
|
||||
if test -f "$i"
|
||||
then
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue