diff options
Diffstat (limited to 'extra/python')
-rw-r--r-- | extra/python/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 143f128d..19d90ce2 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -47,6 +47,6 @@ fi eval "$( declare -f check | \ sed " - s/-uall/-uall -x test_posix -x test_gdb -x test_socket \\|\\| true/g + /-uall/ s/;\?$/ -x test_posix -x test_gdb -x test_socket \\|\\| true/g " )" |