passgen icon indicating copy to clipboard operation
passgen copied to clipboard

If `ruby` is not installed, running `make` will overwrite wordlist.h

Open defuse opened this issue 10 years ago • 0 comments

We included wordlist.h to make sure it will build even when ruby isn't available. Unfortunately, if you run make, the ruby command that fails will overwrite the wordlist.h we included with an empty file!

defuse avatar Sep 27 '15 17:09 defuse