From 57e345c7685983e629aac18a4e5b068392d29f6d Mon Sep 17 00:00:00 2001 From: Max Rees Date: Sun, 21 Jul 2019 21:16:29 -0400 Subject: user/*: bashism removal part 2 (o-z) --- user/qt5-qtpositioning/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/qt5-qtpositioning/APKBUILD') diff --git a/user/qt5-qtpositioning/APKBUILD b/user/qt5-qtpositioning/APKBUILD index 5bb8daf6f..9f74280ef 100644 --- a/user/qt5-qtpositioning/APKBUILD +++ b/user/qt5-qtpositioning/APKBUILD @@ -21,7 +21,7 @@ build() { cd "$builddir" qmake # too memory hungry - if [ -z "$JOBS" -o $JOBS -gt 16 ]; then + if [ -z "$JOBS" ] || [ $JOBS -gt 16 ]; then make -j16 else make -- cgit v1.2.3-60-g2f50