commit | 1e1f4412d8c4ef7c0442b62ee507ca48a07ade06 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Jul 27 15:19:49 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Sun Jul 27 15:19:49 2014 -0500 |
tree | 04e8743e289b359338e4239d46799c7a14b3853b | |
parent | fec3fd1f8ac1db9ed87b79bd3eb5e38aa835e881 [diff] |
Patch from Isaac Dunham to work around the deficiencies in musl's regex engine (which break building under alpine linux). Musl's regex engine doesn't support \| which changes the behavior of busybox sed, breaks toybox grep... I need to come up with a musl patch, in the meantime here's a workaround.