Changed from single quoted filter expression to double quotes as reqeusted by codacy
This commit is contained in:
@ -53,7 +53,7 @@ EOM
|
||||
EscapeRegexp() {
|
||||
# This way we may safely insert an arbitrary
|
||||
# string in our regular expressions
|
||||
echo $* | sed 's/[]\.|$(){}?+*^]/\\&/g' | sed 's/\//\\\//g'
|
||||
echo $* | sed "s/[]\\.|$(){}?+*^]/\\\\&/g"
|
||||
}
|
||||
|
||||
HandleOther(){
|
||||
|
Reference in New Issue
Block a user