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

when using symlink it assumes .version/.revision-hash are in same directory #215

Closed
lexinator opened this issue Oct 21, 2015 · 1 comment

Comments

@lexinator
Copy link

% ls -ld ~/src/zsh-syntax-highlighting
drwxr-xr-x  17 lexinator  staff  578 Oct 20 16:51 /Users/lexinator/src/zsh-syntax-highlighting
% ls -l ~/zload/zsh-syntax-highlighting.zsh
lrwxr-xr-x  1 lexinator  staff  64 Dec 19  2014 /Users/lexinator/zload/zsh-syntax-highlighting.zsh -> ../src/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

% exec zsh
/Users/lexinator/zload/zsh-syntax-highlighting.zsh:33: no such file or directory: /Users/lexinator/zload/.version
/Users/lexinator/zload/zsh-syntax-highlighting.zsh:34: no such file or directory: /Users/lexinator/zload/.revision-hash

I can work around this issue by linking these two additional files into ~/zload.

Update: I forgot to mention this started with v0.3 but works fine with cb5589d.

thanks

@danielshahaf
Copy link
Member

Thanks for the report. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants