From b0d0617438b3e17a861ddfa74b89e3c3d148f996 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 20 Aug 2002 13:58:22 +0000 Subject: [PATCH] --passive is a bit pointless for HTTP! --- get-rfc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get-rfc b/get-rfc index ca7c2aa..03efd03 100755 --- 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" -- 2.30.2