From d215dd09cb60ed38dbcffe14f0c7cc748645ad79 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 12 Mar 2022 17:43:28 +0000 Subject: removed bashisms --- repo/system/libxslt.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/system/libxslt.xibuild') diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild index d6dacc6..805925f 100644 --- a/repo/system/libxslt.xibuild +++ b/repo/system/libxslt.xibuild @@ -9,7 +9,8 @@ DESC="XML stylesheet transformation library" prepare () { - sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && + sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.xml && + sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.1 && sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c } -- cgit v1.2.1