summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2020-06-07 17:55:40 -0400
committerChris Severance2020-06-07 17:55:40 -0400
commit0650c06bf2b2fbcc8cc5ae0c34077fd3cf8ea39e (patch)
tree301d8a33a633df4d8182502046604a57f51b8078 /PKGBUILD
parent45b89aca4c0676c0a30689ac0df4cfec9d3f767f (diff)
downloadaur-0650c06bf2b2fbcc8cc5ae0c34077fd3cf8ea39e.tar.gz
autu: Update to 2.0.0.beta.r5.g5553c0be-1 fix _mflags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ae569076885..538e958ae951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ build() {
fi
_mflags+=('-j' "${_nproc}")
fi
- nice make -s -j "${_mflags[@]}"
+ nice make -s "${_mflags[@]}"
set +u
}