Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path building bug (WSL?) #464

Closed
Testare opened this issue Jun 3, 2017 · 1 comment
Closed

path building bug (WSL?) #464

Testare opened this issue Jun 3, 2017 · 1 comment
Labels
Milestone

Comments

@Testare
Copy link

Testare commented Jun 3, 2017

When using lein-cljsbuild on Bash on Ubuntu on Windows (The Windows Subsystem for Linux), running "lein cljsbuild once" seems to have a bug when "output-dir" is not specified, creating a file that requires an absolute path in the middle of an already absolute path making a garbage path. I don't know if this is specific to WSL, but I suspect it might be if it hasn't been reported as an obvious bug yet.

I've created a git repository to show-case the bug.

https://github.com/Testare/cljsbuild-wsl-bug

Currently simply specifying an output-dir will cause the code to work fine though, as far as I can tell.

@danielcompton
Copy link
Contributor

Does this happen with Powershell or Batch?

@mneise mneise added the Bug label Jul 5, 2017
@mneise mneise added this to the 1.1.7 milestone Jul 5, 2017
@mneise mneise closed this as completed in 018c5f9 Jul 6, 2017
@mneise mneise removed the In Progress label Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants