Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Remove './' from beginning of file paths, it's unnecessary and breaks th... #4

Merged
merged 1 commit into from
Mar 15, 2013

Conversation

jasonrhodes
Copy link
Contributor

...e file name creation logic

This should close #3 -- turns out the problem was caused if you try to pass './' in the srcDir or dstDir arguments. You could just tell people not to do that, but if you just run those vars through a quick .remove() to remove opening './' from either argument, the problem seems to be solved no matter what.

@jgonera
Copy link
Owner

jgonera commented Mar 15, 2013

Thanks for the quick fix. The dot also has to be escaped or autoless a/ b/ will fail, but I'll fix that.

jgonera added a commit that referenced this pull request Mar 15, 2013
Remove './' from beginning of file paths, it's unnecessary and breaks th...
@jgonera jgonera merged commit 5ea5d98 into jgonera:master Mar 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trimming first letter of filename when compiling into a different directory
2 participants