fix(docker): fixes "bash-it help plugins" error

This commit is contained in:
Maik Ellerbrock
2017-05-27 02:34:35 +02:00
parent d70f3db3cf
commit 017f3f43d0

View File

@@ -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