rylnd / shpec

Test your shell scripts!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standardize syntax

rylnd opened this issue · comments

With multiple committers we've got some inconsistencies in style (e.g. $var vs ${var}).

How bout $var when you can get away with it and ${var} otherwise?
(It just gets a bit fuzzy in /path/${var}/names)

... I'm happy with whatever you decide. :)

This isn't currently an issue, and any future crazy syntax will be addressed prior to merging.