summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/aubio/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD
index 7732c0d3..708718d5 100644
--- a/community/aubio/PKGBUILD
+++ b/community/aubio/PKGBUILD
@@ -1,6 +1,6 @@
eval "$(
declare -f prepare | \
sed '
- /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \;
+ /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \\;
'
)"