OSDN Git Service

Patch from Isaac Dunham to work around the deficiencies in musl's regex engine (which...
authorRob Landley <rob@landley.net>
Sun, 27 Jul 2014 20:19:49 +0000 (15:19 -0500)
committerRob Landley <rob@landley.net>
Sun, 27 Jul 2014 20:19:49 +0000 (15:19 -0500)
commit1e1f4412d8c4ef7c0442b62ee507ca48a07ade06
tree04e8743e289b359338e4239d46799c7a14b3853b
parentfec3fd1f8ac1db9ed87b79bd3eb5e38aa835e881
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.
scripts/single.sh