Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123383

Summary: php-select - libapache.sh uses tr with unquoted wildcards
Product: Gentoo Linux Reporter: Zhen Lin <lowzl>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED WONTFIX    
Severity: trivial CC: mbartoszkiewicz
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 135999    
Attachments: libapache.sh with quoted wildcards

Description Zhen Lin 2006-02-19 06:57:52 UTC
If the current directory contains any files matching the wildcards [a-z] or [A-Z], libapache.sh will not work correctly. The solution is to quote those wildcards.
Comment 1 Zhen Lin 2006-02-19 06:58:51 UTC
Created attachment 80175 [details]
libapache.sh with quoted wildcards
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-01-17 12:25:48 UTC
With apache-1 gone, fixing this bug is rather pointless. Closing, the fuctionality will be removed eventually.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-03-10 18:32:12 UTC
*** Bug 212954 has been marked as a duplicate of this bug. ***
Comment 4 MichaƂ Bartoszkiewicz 2008-03-10 18:35:22 UTC
(In reply to comment #2)
> With apache-1 gone, fixing this bug is rather pointless. Closing, the
> fuctionality will be removed eventually.

This bug also applies to apache2 and causes problems when re-emerging php (as can be seen in my Bug 212954, marked as duplicate).