home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.bash.bug
- Path: sparky!uunet!cis.ohio-state.edu!corp.hp.com!mlarson
- From: mlarson@corp.hp.com (Matt Larson)
- Subject: BASH 1.12 under HP-UX 8.00 on an HP9000/345 -- problems
- Message-ID: <MLARSON.92Aug18170645@larson.corp.hp.com>
- Sender: gnulists@ai.mit.edu
- Organization: Hewlett-Packard Company, Palo Alto, CA, USA
- Distribution: gnu
- Date: Wed, 19 Aug 1992 01:06:45 GMT
- Approved: bug-bash@prep.ai.mit.edu
- Lines: 27
-
- I successfully compiled BASH 1.12 under HP-UX 8.00 on an HP9000/345
- without incident, but the resulting shell exhibits some strange
- behavior when expanding wildcards. For example:
-
- larson% ls
- alias-conv.sh* scripts/ suncmd.termcap
- functions/ startup-files/ whatis
- larson% echo *
- alias-conv.sh
- larson% echo s*
- scripts
-
- As you can see, the wildcard expansion only picks up the first item.
-
- Has anyone else compiled BASH under a similar environment? Is there
- something simple that I'm missing? Any help would be greatly
- appreciated -- I'd like to avoid digging around if someone has already
- solved this one.
-
- Thanks.
- --
- --
- Matt Larson
- Corporate Network Services, Hewlett-Packard Company
- matt@hp.com (415) 424-3610
-
-
-