elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.44k stars 102 forks source link

Fix grep: unrecognized option: line-regexp #121

Closed dimitrov-adrian closed 3 years ago

dimitrov-adrian commented 3 years ago

In busybox there is no line-regexp for grep, using -x as it is used in busybox, macos and gnugrep. Adding also -F to force plain text and non pattern search.

jmurty commented 3 years ago

This looks good to me, thanks for the fix!