Skip to content

quick-exec not working with relative paths ? #7

@hexa00

Description

@hexa00

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions