First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 150030
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexander Skwar <askwar@digitalprojects.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dash-0.5.3.3-negation-named-class.patch dash-0.5.3.3-negation-named-class.patch patch Alexander Skwar 2006-10-04 01:07 0000 381 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 150030 depends on: Show dependency tree
Show dependency graph
Bug 150030 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-04 01:06 0000
With dash, when I do "ls [![:digit:]*", dash will also show files starting with
a numeral:

$ ls -la
insgesamt 0
drwxr-xr-x 2 alexander alexander  80  2. Oct 19:48 .
drwxrwxrwt 7 root      root      220  2. Oct 19:47 ..
-rw-r--r-- 1 alexander alexander   0  2. Oct 19:47 42
-rw-r--r-- 1 alexander alexander   0  2. Oct 19:48 wort
$ ls -la [![:digit:]]*
-rw-r--r-- 1 alexander alexander 0  2. Oct 19:47 42
-rw-r--r-- 1 alexander alexander 0  2. Oct 19:48 wort

This should not happen - and on bash, it doesn't happen.

Attached patch fixes this issue - I got this from upstream (Herbert Xu):

That's definitely a bug.  I've fixed it in the git tree with
the following patch.  Thanks for pointing this out.

------- Comment #1 From Alexander Skwar 2006-10-04 01:07:50 0000 -------
Created an attachment (id=98742) [edit]
dash-0.5.3.3-negation-named-class.patch

With this patch applied, things like [![:digit:]] work as they are supposed to.

------- Comment #2 From Emanuele Giaquinta (RETIRED) 2006-10-09 08:19:38 0000 -------
In cvs, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug