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

copyright_holder and comment_tag options fail on Windows #3

Open
ccprog opened this issue May 21, 2014 · 2 comments
Open

copyright_holder and comment_tag options fail on Windows #3

ccprog opened this issue May 21, 2014 · 2 comments

Comments

@ccprog
Copy link

ccprog commented May 21, 2014

These two options require quoting; Windows only knows about double quotes for that.

The task consequently fails with "unable to find file" returned from xgettext

@stephenharris
Copy link
Owner

Sorry, this is months old but, do you mean to say that on Windows the copyright-holder option would be the following

 --copyright-holder="{value}"

using singled quotes, as opposed to

 --copyright-holder='{value}'

@ccprog
Copy link
Author

ccprog commented Dec 19, 2014

On Windows, only "{value}" quotes are known. See http://ss64.com/nt/syntax-esc.html. '{value}' is only defined in Unix/Linux shells.

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