]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
allow the full url to be specified.
authorMark Andrews <marka@isc.org>
Tue, 9 Mar 2004 02:44:22 +0000 (02:44 +0000)
committerMark Andrews <marka@isc.org>
Tue, 9 Mar 2004 02:44:22 +0000 (02:44 +0000)
doc/draft/update

index 855e61be6c9ac779b84e74827fc3b6a1812e29be..766f15b08e6322137db79e477209f849f7fd19db 100644 (file)
@@ -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