Skip to content
Commit 299ef592 authored by Vincent PINON's avatar Vincent PINON
Browse files

krazy fix: single quote for single char

  git grep -l '\(+\|<<\) "\(\\\?.\)"' \
  | xargs sed -i "s/\(+\|<<\) \"\(\\\\\\?.\)\"/\1 '\2'/g"
parent 3a64eb9e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment