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 a file has moved/removing or overwriting #1

Closed
schuylerc opened this issue Jun 27, 2013 · 2 comments
Closed

When a file has moved/removing or overwriting #1

schuylerc opened this issue Jun 27, 2013 · 2 comments
Assignees
Labels

Comments

@schuylerc
Copy link

When you relocate a folder, the location obviously can't be found. I am however also having trouble removing the bookmark, and I even attempted to overwrite it with no luck. In both cases I get an error message that looks like this: "sed: 1: "/Users/Schuyler/.sdirs": invalid command code S"

@schuylerc
Copy link
Author

As it turns out, it actually will overwrite the location when saving the same name, but it just gives a funny error message (as seen above).

@techwizrd
Copy link
Owner

This seems to be a difference between BSD sed on OS X and the GNU sed I developed against on Linux. In order to edit a file in place, I use the non-standard -i flag. However, on GNU sed, the -i flag does not require an argument whereas BSD sed on OS X requires an argument of the -i flag. I should have a fix shortly.

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

2 participants