benwbooth / quick-clojure

Run clojure scripts and lein commands quickly using a persistent nREPL session
Eclipse Public License 1.0
47 stars 4 forks source link

quick-exec not working with relative paths ? #7

Open hexa00 opened 9 years ago

hexa00 commented 9 years ago

HI, If call quick-exec with an abolute path it works np : quick-exec /home/hexa/src/test-clj-script.clj

But with a relative path like : pwd /home/hexa/src ./test-clj-script.clj I get : java.io.FileNotFoundException: ./test-clj-script.clj (No such file or directory) at java.io.FileInputStream.open (FileInputStream.java:-2) java.io.FileInputStream. (FileInputStream.java:146)

Any ideas ?