summarylogtreecommitdiffstats
path: root/upx.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'upx.sh.in')
-rw-r--r--upx.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/upx.sh.in b/upx.sh.in
index 6d03d1fb7cd7..43c33d37fc60 100644
--- a/upx.sh.in
+++ b/upx.sh.in
@@ -19,7 +19,7 @@ tidy_upx() {
msg2 "$(gettext "Compressing binaries with %s...")" "UPX"
local binary
find . -type f -perm -u+w 2>/dev/null | while read -r binary ; do
- [ $(jobs -p|wc -l) -gt $(nproc) ] && wait -n
+ [ $(jobs -p|wc -l) -gt $(getconf _NPROCESSORS_ONLN) ] && wait -n
mime=$(file --brief --mime-type "$binary")
case "$mime" in
application/x-executable | application/x-dosexec )