mailing list of musl libc
 help / color / mirror / code / Atom feed
* regex issue / asterisk / musl / sed
@ 2016-02-29 12:57 Bastian Bittorf
  2016-02-29 13:53 ` Szabolcs Nagy
  0 siblings, 1 reply; 5+ messages in thread
From: Bastian Bittorf @ 2016-02-29 12:57 UTC (permalink / raw)
  To: musl-mailinglist, mailinglist

dear hackers,

i cannot find any former issue with that,
but want to document this here. I spotted
an issue in one of our scripts and it boils down to:

root@box:~ echo 'o*o' | sed -e 's/*/asterisk/g'
sed: bad regex '*': Invalid regexp
root@box:~ echo 'o*o' | sed -e 's/\*/asterisk/g'
oasterisko

it's musl 1.1.14 on OpenWrt / r48814
both commands are working fine with glibc and uclibc
but the first invokation fails with musl 1.1.14 but
works with musl 1.1.13. unsre if the prob is on my
side, maybe $you have an idea...

bye, bastian


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-01 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-29 12:57 regex issue / asterisk / musl / sed Bastian Bittorf
2016-02-29 13:53 ` Szabolcs Nagy
2016-02-29 14:05   ` Bastian Bittorf
2016-02-29 19:18   ` Szabolcs Nagy
2016-03-01 13:20     ` Bastian Bittorf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).