Skip to content
Snippets Groups Projects
Commit 01ea4623 authored by Mark Olesen's avatar Mark Olesen
Browse files

BUG: string expand bombed out on first unknown construct

- eg,
       "$USER $(PWD) $USER"  ->  "username $(PWD) $USER"
  instead of
       "$USER $(PWD) $USER"  ->  "username $(PWD) username"

  this is noticable in some dynamicCode usages

STYLE: consolidate all string expand code into stringOps
parent e65f566d
Branches
Tags
No related merge requests found
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