home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume34 / rfcget / patch01 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.7 KB  |  47 lines

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