home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / bash / bug / 559 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.7 KB  |  48 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!convex!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!ug.cs.dal.ca!digdon
  3. From: digdon@ug.cs.dal.ca (Mike Digdon)
  4. Subject: Re: BASH 1.12 under HP-UX 8.00 on an HP9000/345 -- problems
  5. Message-ID: <Bt89Jz.2tp@cs.dal.ca>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada
  8. References: <MLARSON.92Aug18154547@larson.corp.hp.com>
  9. Distribution: gnu
  10. Date: Wed, 19 Aug 1992 05:07:10 GMT
  11. Approved: bug-bash@prep.ai.mit.edu
  12. Lines: 34
  13.  
  14. In article <MLARSON.92Aug18154547@larson.corp.hp.com> mlarson@corp.hp.com (Matt Larson) writes:
  15. >I successfully compiled BASH 1.12 under HP-UX 8.00 on an HP9000/345
  16. >without incident, but the resulting shell exhibits some strange
  17. >behavior when expanding wildcards.  For example:
  18. >
  19. >larson% ls
  20. >alias-conv.sh*   scripts/         suncmd.termcap
  21. >functions/       startup-files/   whatis
  22. >larson% echo *
  23. >alias-conv.sh
  24. >larson% echo s*
  25. >scripts
  26. >
  27. >As you can see, the wildcard expansion only picks up the first item.
  28. >
  29. >Has anyone else compiled BASH under a similar environment?  Is there
  30. >something simple that I'm missing?  Any help would be greatly
  31. >appreciated -- I'd like to avoid digging around if someone has already
  32. >solved this one.
  33. >
  34. >Thanks.
  35. >--
  36. >--
  37.  
  38. I have the same setup, and I have noticed the same thing.. echo * gives only
  39. the first filename (and combinations have actually given the last name)..
  40. The pattern matching is a little messed up.. and of course, just to make sure,
  41. I also compiled it on a sparc running SunOs4.1.2 and the resulting shell
  42. worked perfectly.. very weird..
  43. -- 
  44.          Mike Digdon - Vice Prez DSCSS - Dalhousie University
  45.              digdon@ug.cs.dal.ca  -- Halifax, NS
  46.           - Real programmers never work nine to five -
  47.  
  48.