Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql


Commits:
8724756d by Levente Polyak at 2024-04-27T03:46:41+02:00
use curly brackets for check function

Fixes ccb8993d0f1db5a7fa8bbe573634efdb2a9ceee7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -135,12 +135,12 @@ _postgres_check() {
     done; exit 1)
 }
 
-check() (
+check() {
   export LANG=C LC_ALL=C
   cd postgresql-${pkgver}
   _postgres_check check
   _postgres_check check-world
-)
+}
 
 package_postgresql() {
   pkgdesc='Sophisticated object-relational DBMS'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/commit/8724756d26e9146387cb00016ac8a9fd687477ca

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/commit/8724756d26e9146387cb00016ac8a9fd687477ca
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to