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

Windows path issue when running pulledpork #356

Open
shirkdog opened this issue Jan 13, 2021 · 0 comments
Open

Windows path issue when running pulledpork #356

shirkdog opened this issue Jan 13, 2021 · 0 comments
Assignees
Labels
bug Known bug in the code. Priority-Low

Comments

@shirkdog
Copy link
Owner

When fixing the bug in #353 I noticed that even though the checking of the directory and file existence was working, the path was being interpreted within a specific REGEX as a unicode modifier.

This shows up due to Windows path issues. If someone downloads the script and puts it in a directory starting with a p (ex. \pulledpork), perl reads the next character as a modifier. The work around is to copy the script to another directory on Windows, but this needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Known bug in the code. Priority-Low
Projects
None yet
Development

No branches or pull requests

1 participant