Skip to content
Snippets Groups Projects
Commit 5d0d980d authored by Daniel Pfeifer's avatar Daniel Pfeifer
Browse files

Use string(APPEND) in Modules

Automate with:

find Modules -type f -print0 | xargs -0 perl -i -0pe \
's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
parent 73c618be
No related branches found
No related tags found
No related merge requests found
Showing
with 98 additions and 98 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment