-
Mark Olesen authored
- 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 stringOpsMark Olesen authored- 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
Loading