summaryrefslogtreecommitdiff
path: root/completions/make
diff options
context:
space:
mode:
Diffstat (limited to 'completions/make')
-rw-r--r--completions/make2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/make b/completions/make
index 32fad165..399c4b00 100644
--- a/completions/make
+++ b/completions/make
@@ -25,7 +25,7 @@ _make()
return 0
;;
--jobs|-j)
- COMPREPLY=( $( compgen -W "{1..$(_ncpus)}" -- "$cur" ) )
+ COMPREPLY=( $( compgen -W "{1..$(( $(_ncpus)*2 ))}" -- "$cur" ) )
return 0
;;
esac