Closed fxfactorial closed 7 years ago
The current version of dumper expects a Linux version of grep, doesn't work with OS X's distribution.
Regarding to this commit (28189e8f750b7fafa8d22fe11deb8957a8962afa) this should be fixed by changing grep -oP to grep -oE.
grep -oP
grep -oE
I've pushed an update. Can you confirm that this works now?
Yep, works now. :)
The current version of dumper expects a Linux version of grep, doesn't work with OS X's distribution.