-
Notifications
You must be signed in to change notification settings - Fork 112
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
Symlink doesn't seem to work? #34
Comments
Hmm... In the test script, we actually test this case explicitly: https://github.com/jamesob/desk/blob/master/test/run_tests.sh#L44 Your platform may differ from the Docker environment, though. What OS and shell are you running on? |
OS X 10.11.1, default installed shell (bash) |
I'm unable to repro on Ubuntu 14.04:
I've got an OS X machine at home I'll try with tonight. |
Hmm, interesting:
|
Could it be that you've got either |
No, definitely didn't set any of the env vars.
|
@mungler I'd try modifying the script to see if you can get it to work, then we'll work backwards from there. I'll try to repro tonight. |
Tried symlinking my .desk folder to Dropbox, but Desk complains "No desk dir! Run 'desk init'."
I think this line won't match a symlink, only a real dir: https://github.com/jamesob/desk/blob/master/desk#L101
The text was updated successfully, but these errors were encountered: