csound: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 14:12:56 +00:00
parent 4f34fcc8c4
commit 832ebfc07c
1 changed files with 1 additions and 1 deletions

View File

@ -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() {