home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sources / misc / 4232 next >
Encoding:
Text File  |  1993-01-06  |  1.9 KB  |  53 lines

  1. Newsgroups: comp.sources.misc
  2. Path: sparky!kent
  3. From: culbert@ninja-turtle.MIT.EDU (Jim Culbert)
  4. Subject: v34i090:  rfcget - RFC retrieval mechanism, Patch01
  5. Message-ID: <1993Jan7.031014.7342@sparky.imd.sterling.com>
  6. Followup-To: comp.sources.d
  7. X-Md4-Signature: c34e4781fdcad975a95a786a57167786
  8. Sender: kent@sparky.imd.sterling.com (Kent Landfield)
  9. Organization: Sterling Software
  10. References: <1992Dec21.161305.27677@sparky.imd.sterling.com>
  11. Date: Thu, 7 Jan 1993 03:10:14 GMT
  12. Approved: kent@sparky.imd.sterling.com
  13. Lines: 38
  14.  
  15. Submitted-by: culbert@ninja-turtle.MIT.EDU (Jim Culbert)
  16. Posting-number: Volume 34, Issue 90
  17. Archive-name: rfcget/patch01
  18. Environment: Internet, C-shell
  19. Patch-To: rfcget: Volume 34, Issue 84
  20.  
  21. This is a patch to rfcget.  There was a slight bug in the script
  22. due to a missing breaksw statement.  The missing statement caused
  23. the script to break if a -t was in the command line after a -i 
  24. option.  Apply the following patch to add the missing statement.
  25.  
  26.             -Jim
  27. -------------
  28. *** rfcget.old    Wed Jan  6 20:59:24 1993
  29. --- rfcget    Wed Jan  6 20:57:38 1993
  30. ***************
  31. *** 164,169 ****
  32. --- 164,170 ----
  33.           shift cpy
  34.           echo -n "Get RFC Number(s): "
  35.           set rfcnum =  ( $< )
  36. +         breaksw
  37.   
  38.       default:
  39.           set num_list = ( $cpy $rfcnum )
  40.  
  41. ===========================================================================
  42. > Jim Culbert                                                             <
  43. > Research Engineer                              <
  44. > M.I.T Intelligent Engineering Systems Laboratory                        <
  45. > Department of Civil Engineering                       <
  46. > Room 1-272                                                              <
  47. > Cambridge, Ma. 02139.                                                   <
  48. >                                      <
  49. > Phone (617) 253-7134                                                    <
  50. > e-mail: culbert@iesl.mit.edu                                            <
  51. ===========================================================================
  52. exit 0 # Just in case...
  53.