corymickelson / CommonPdf

Pdf utility library
16 stars 5 forks source link

added -L to find command when /tmp maybe be a symlink (e.g., OS X) #11

Closed apumapho closed 7 years ago

apumapho commented 7 years ago

/tmp maybe be a symlink in which case find -L will dereference allowing Stamp to work on OS X

corymickelson commented 7 years ago

Could you apply your changes to the stamp.ts file. The js files will be regenerated when typescript is compiled.

apumapho commented 7 years ago

@corymickelson Thanks, just applied to stamp.ts