thoughtbot / proteus-middleman

[no longer maintained]
133 stars 25 forks source link

Squash commits on setup #17

Closed joshuaogle closed 9 years ago

joshuaogle commented 9 years ago

Fixes #15. Also removed the -e flags for the echo commands since they strings don't need escaping.

joshuaogle commented 9 years ago

Thanks @gabebw! I also switched the backticks to $() since ShellCheck says the backticks are deprecated. Still works fine as far as I can tell

gabebw commented 9 years ago

Excellent. Shellcheck is great.

gabebw commented 9 years ago

:+1: Looks great!