FS#9717 - [mkinitcpio] Use egrep instead of grep in all_modules function
Attached to Project:
Arch Linux
Opened by Matt (v01d) - Friday, 29 February 2008, 05:06 GMT
Last edited by Jan de Groot (JGC) - Friday, 29 February 2008, 23:30 GMT
Opened by Matt (v01d) - Friday, 29 February 2008, 05:06 GMT
Last edited by Jan de Groot (JGC) - Friday, 29 February 2008, 23:30 GMT
|
Details
Description:
On the all_modules bash functions, 'grep' is used and this limits the user to basic regular expressions (as opposed to extended regular expressions). Changing 'grep' to 'egrep' would suffice. |
This task depends upon
You can close this then.