internetwache/GitTools

Assume version of grep

fxfactorial opened this issue · 2 comments

The current version of dumper expects a Linux version of grep, doesn't work with OS X's distribution.

Regarding to this commit (28189e8) this should be fixed by changing grep -oP to grep -oE.

I've pushed an update. Can you confirm that this works now?

Yep, works now. :)