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

Symlinks minor problem when rake is run more than once #25

Open
obxhdx opened this issue Jan 12, 2012 · 0 comments
Open

Symlinks minor problem when rake is run more than once #25

obxhdx opened this issue Jan 12, 2012 · 0 comments

Comments

@obxhdx
Copy link

obxhdx commented Jan 12, 2012

It happened to me that I ran 'rake' twice, and when I took a look at 'snippets' dir content, every folder in there had another symlink to the same location of its parent. e.g.:

After the first 'rake', the snippets folder looked like:

~/.vim/bundle/snipmate/snippets/ruby/foo.snippet
~/.vim/bundle/snipmate/snippets/ruby/bar.snippet
...

But After the second 'rake', the snippets folder looked like:

~/.vim/bundle/snipmate/snippets/ruby/ruby
~/.vim/bundle/snipmate/snippets/ruby/foo.snippet
~/.vim/bundle/snipmate/snippets/ruby/bar.snippet
...

Where this first entry ("ruby") is actually a symlink to its parent.

I commited a change to my fork that fixed this issue for me (53f3a7f). I can pull it if you think it worths.

miketierney pushed a commit to miketierney/snipmate-snippets that referenced this issue Aug 21, 2012
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

1 participant