home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- From: culbert@ninja-turtle.MIT.EDU (Jim Culbert)
- Subject: v34i090: rfcget - RFC retrieval mechanism, Patch01
- Message-ID: <1993Jan7.031014.7342@sparky.imd.sterling.com>
- X-Md4-Signature: c34e4781fdcad975a95a786a57167786
- Date: Thu, 7 Jan 1993 03:10:14 GMT
- Approved: kent@sparky.imd.sterling.com
-
- Submitted-by: culbert@ninja-turtle.MIT.EDU (Jim Culbert)
- Posting-number: Volume 34, Issue 90
- Archive-name: rfcget/patch01
- Environment: Internet, C-shell
- Patch-To: rfcget: Volume 34, Issue 84
-
- This is a patch to rfcget. There was a slight bug in the script
- due to a missing breaksw statement. The missing statement caused
- the script to break if a -t was in the command line after a -i
- option. Apply the following patch to add the missing statement.
-
- -Jim
- -------------
- *** rfcget.old Wed Jan 6 20:59:24 1993
- --- rfcget Wed Jan 6 20:57:38 1993
- ***************
- *** 164,169 ****
- --- 164,170 ----
- shift cpy
- echo -n "Get RFC Number(s): "
- set rfcnum = ( $< )
- + breaksw
-
- default:
- set num_list = ( $cpy $rfcnum )
-
- ===========================================================================
- > Jim Culbert <
- > Research Engineer <
- > M.I.T Intelligent Engineering Systems Laboratory <
- > Department of Civil Engineering <
- > Room 1-272 <
- > Cambridge, Ma. 02139. <
- > <
- > Phone (617) 253-7134 <
- > e-mail: culbert@iesl.mit.edu <
- ===========================================================================
- exit 0 # Just in case...
-