pulledpork icon indicating copy to clipboard operation
pulledpork copied to clipboard

Windows path issue when running pulledpork

Open shirkdog opened this issue 4 years ago • 0 comments

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.

shirkdog avatar Jan 13 '21 16:01 shirkdog