summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'functions.sh')
-rw-r--r--functions.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index f84708f..2174fec 100644
--- a/functions.sh
+++ b/functions.sh
@@ -319,7 +319,8 @@ get_nprocs()
true
elif getconf _NPROCESSORS_ONLN 2>/dev/null; then
# This constant is standard as of POSIX-1.2024 and was already
- # supported by glibc, musl-utils, macOS, FreeBSD, NetBSD and OpenBSD.
+ # supported by glibc, musl-utils, macOS, FreeBSD, NetBSD and
+ # OpenBSD.
true
else
warn "get_nprocs: failed to determine the number of processors"