]> _ Git - alire.git/commit
dev/build.sh: control build jobs with $ALIRE_BUILD_JOBS (#1651)
authortali auster <120901234+atalii@users.noreply.github.com>
Mon, 18 Mar 2024 16:12:16 +0000 (10:12 -0600)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 16:12:16 +0000 (17:12 +0100)
commit2b663e87bdc3d4ba808149bad97bac5c60889b6b
tree605806ef29eb7a50c54edfcc53a57c849244f1a0
parent3ada2e2d4bd3fe51f13d1bde4624efaadb8535b2
dev/build.sh: control build jobs with $ALIRE_BUILD_JOBS (#1651)

This is just a minor quality-of-life improvement for packaging. Note
that this also quotes the argument to echo so that if (somehow)
$ALIRE_OS were set to a malicious value, no harm could be done.
dev/build.sh