mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-13 12:18:33 +00:00
Changed from single quoted filter expression to double quotes as reqeusted by codacy
This commit is contained in:
parent
c8ad6f23a8
commit
629ca970a1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ EOM
|
||||||
EscapeRegexp() {
|
EscapeRegexp() {
|
||||||
# This way we may safely insert an arbitrary
|
# This way we may safely insert an arbitrary
|
||||||
# string in our regular expressions
|
# string in our regular expressions
|
||||||
echo $* | sed 's/[]\.|$(){}?+*^]/\\&/g' | sed 's/\//\\\//g'
|
echo $* | sed "s/[]\\.|$(){}?+*^]/\\\\&/g"
|
||||||
}
|
}
|
||||||
|
|
||||||
HandleOther(){
|
HandleOther(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue