Skip to content

Commit

Permalink
module_installed check shouldn't use egrep pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Apr 27, 2013
1 parent 60ef2e7 commit 635a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/modules.lunar
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ module_installed()
{
debug_msg "module_installed ($@)"

has_module_state $1 "(installed|held)"
has_module_state $1 "\\(installed\\|held\\)"
}


Expand Down

0 comments on commit 635a302

Please sign in to comment.