pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Added eval before the variable expansion #100

Open berdario opened 11 years ago

berdario commented 11 years ago

fish shell doesn't support to use variable as commands (on purpose, see: http://lwn.net/Articles/136232/ "Impossible to Validate the Syntax" )

this is an almost identical PR: https://github.com/kingtim/nrepl.el/pull/192