termux / termux-tools

Scripts and small programs that are packaged into termux's termux-tools package
GNU General Public License v3.0
280 stars 60 forks source link

replace PCRE2 with ERE #83

Closed medanisjbara closed 5 months ago

medanisjbara commented 5 months ago

This commit renders pkg and termux-info usable with busybox grep which does not support PCRE2, thus improving portability.

agnostic-apollo commented 5 months ago

Looks fine, would have to be tested though.

Grimler91 commented 5 months ago

Works fine in my tests, thanks!