-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mkinitramfs-ll.{ba,z}sh: kernel module expression
Fix kernel module extended regular expression, this previous *<module>*.ko could possible match unwanted module (e.g. video). So removed '*', now zsh will match '-*' more than <module-name> and there is no way to do the same for bash script. So module should be explicitely listed for bash script.
- Loading branch information
1 parent
d098a01
commit bb37200
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters