home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / elm / 3761 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!mcsun!sun4nl!ruuinf!ruulch.let.ruu.nl!jeroen
  3. From: jeroen@let.ruu.nl (Jeroen Scheerder)
  4. Subject: Re: Checkalias prints no line feed
  5. Message-ID: <1992Dec16.152402.29568@let.ruu.nl>
  6. Reply-To: Jeroen.Scheerder@let.ruu.nl
  7. Organization: Faculty of Arts, Utrecht University, The Netherlands
  8. References: <1gn9taEINNt7i@uni-erlangen.de>
  9. Date: Wed, 16 Dec 1992 15:24:02 GMT
  10. Lines: 19
  11.  
  12. In <1gn9taEINNt7i@uni-erlangen.de> horst@faui63.informatik.uni-erlangen.de (Horst Luehrsen) writes:
  13.  
  14. >On RS/6000 with AIX 3.1.10, elm 2.4 PL17, compiled with cc -U__STR__,
  15. >and on a DECstation 3100 with Ultrix 4.2,
  16. >checkalias doesn't print a line feed after evaluating the alias
  17.  
  18. [...]
  19.  
  20. True. The same happens on SunOS machines, so this is supposedly a
  21. genuine elm bug (since checkalias simply calls "exec elm -c $*" iff in
  22. fact there were arguments supplied).
  23.  
  24. Workaround: change the 'exec' call in the checkalias script to:
  25.  
  26. echo "`exec elm -c $*`"
  27.  
  28. and it'll run fine. But that's just a Q&D hack, of course.
  29.  
  30. Good Luck, Jeroen.
  31.