ZOSOpenTools / utils

Deprecated - Moved to https://github.com/ZOSOpenTools/meta
https://github.com/ZOSOpenTools/meta
Apache License 2.0
3 stars 2 forks source link

patch dir that exists but has no patches causes invalid file tagging #89

Closed MikeFultonDev closed 1 year ago

MikeFultonDev commented 1 year ago

The scenario I hit:

new port called grepport has a patches directory with just a LICENSE in it first build works fine next build, the code goes in to apply patches and ends up tagging new files (the generated Makefiles) which are unfortunately 1047 (but in automake where Makefile's are generated as 1047) to get tagged as ISO8859-1 Fix is to see there are no patch files Had there been patch files, they would have already been applied, and we would have exited with that test.

IgorTodorovskiIBM commented 1 year ago

This fixes https://github.com/ZOSOpenTools/utils/issues/80 ?

MikeFultonDev commented 1 year ago

This fixes #80 ?

I don't know. @HarithaIBM can you see if this fixes your bug too?