Prefixing generated functions
Brought to you by:
mr_andrew_brown,
viperpiper
Hello,
One issue we faced was when several generated patch scripts are included from a single master script : the generated functions (patchFilesAdded, patchFilesRemoved, etc..) collide.
The attached patch makes it possible to specify a prefix from the command line (using --prefix) to be prepended to all function names.
MAT.
patch