Make bash regexes behave
authorSeewer Philippe <philippe.seewer-omB+W0Dpw2o@public.gmane.org>
Fri, 27 Feb 2009 14:16:36 +0000 (15:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:07:46 +0000 (17:07 +0100)
commit59e3c455b8909c2268c63065eca421b12bb52288
treeef72a14b58b6af561fed1047068a2dc615a03cd7
parent9b88534374824ff592b73d71da6766b53ab706bf
Make bash regexes behave

On some systems with newer or unpatched bash versions the whole right
portion of =~ is considered part of the regex. Means we need to get rid
of enclosing ''.

This patch fixes this.

--
  dracut-functions |    8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)
dracut-functions