chiark / gitweb /
get-kernel: Only move 'linux' out of the way if it exists as a symbolic
[bin.git] / get-rfc
diff --git a/get-rfc b/get-rfc
old mode 100644 (file)
new mode 100755 (executable)
index ca7c2aa..03efd03
--- 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"