erlangpack / bcrypt

Erlang wrapper for OpenBSD's Blowfish password hashing code
https://hex.pm/packages/bcrypt
Other
16 stars 19 forks source link

Fix a problem where compilation failed if bcrypt abspath has spaces in it #25

Closed mworrell closed 3 years ago

mworrell commented 3 years ago

If the path to the bcrypt checkout has spaces in it, then the compilation failed due to the use of non-escaped absolute paths in the compilation commands.