chiark / gitweb /
build-sig: Tweak for current directory structure. Ignore .svn directories.
[bin.git] / get-rfc
diff --git a/get-rfc b/get-rfc
index ca7c2aa335d1bfc978ab76e59a6393511cd56b9a..03efd035f017e9ef076b77588233c877b79d8e2e 100755 (executable)
--- a/get-rfc
+++ b/get-rfc
@@ -1,2 +1,3 @@
 #! /bin/sh
-wget --passive http://www.ietf.org/rfc/rfc$1.txt
+# Depends: wget
+wget "http://www.ietf.org/rfc/rfc$1.txt"