From 832ebfc07c6fb80039db5a402ba1c922aebbc786 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 14:12:56 +0000 Subject: [PATCH] csound: fix indent lints --- srcpkgs/csound/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index 90ed955feb1..1a26841b06f 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -20,7 +20,7 @@ checksum=d49735b4ed50f2818b577abcface45fe7f9b7fb49ccd898db030893cbcdfc738 nocross=yes _xreplace() { - sed -i "s/$(echo $1 | sed -e 's/\([[\/.*]\|\]\)/\\&/g')/$(echo $2 | sed -e 's/[\/&]/\\&/g')/g" $3 + sed -i "s/$(echo $1 | sed -e 's/\([[\/.*]\|\]\)/\\&/g')/$(echo $2 | sed -e 's/[\/&]/\\&/g')/g" $3 } pre_configure() {