diff --git a/lib/helpers.bash b/lib/helpers.bash index 607e0047..1153fc6f 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -381,7 +381,7 @@ _help-plugins() # display a brief progress message... printf '%s' 'please wait, building help...' - typeset grouplist=$(mktemp /tmp/grouplist.XXXX) + typeset grouplist=$(mktemp /tmp/grouplist.XXXXXX) typeset func for func in $(typeset_functions) do