dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

fix broken macro example in cookbook. #172

Closed thearthur closed 4 years ago

thearthur commented 4 years ago

The with-cwd example in the cookbook has the closing ) in the wrong place and needs to unquote it's argument.

dundalek commented 4 years ago

Good catch, thanks!