diff --git a/doc/draft/update b/doc/draft/update index 855e61be6c..766f15b08e 100644 --- a/doc/draft/update +++ b/doc/draft/update @@ -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