index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/proj/PKGBUILD | 2 |
diff --git a/extra/proj/PKGBUILD b/extra/proj/PKGBUILD index fc477bba..69c3775a 100644 --- a/extra/proj/PKGBUILD +++ b/extra/proj/PKGBUILD @@ -1 +1 @@ -eval "$(declare -f check | sed '@ctest --test-dir build@ctest --test-dir build || true@')" +eval "$(declare -f check | sed 's@ctest --test-dir build@ctest --test-dir build || true@')" |