Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123383 - php-select - libapache.sh uses tr with unquoted wildcards
Summary: php-select - libapache.sh uses tr with unquoted wildcards
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 135999
  Show dependency tree
 
Reported: 2006-02-19 06:57 UTC by Zhen Lin
Modified: 2008-03-10 18:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libapache.sh with quoted wildcards (libapache.sh,6.03 KB, text/x-sh)
2006-02-19 06:58 UTC, Zhen Lin
Details

Note You need to log in before you can comment on or make changes to this bug.
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).