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

pull/970/head
Maik Ellerbrock 2017-05-27 02:34:35 +02:00
parent d70f3db3cf
commit 017f3f43d0
No known key found for this signature in database
GPG Key ID: AC6B0B8B492B04CA
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ _help-plugins()
# display a brief progress message... # display a brief progress message...
printf '%s' 'please wait, building help...' printf '%s' 'please wait, building help...'
typeset grouplist=$(mktemp /tmp/grouplist.XXXX) typeset grouplist=$(mktemp /tmp/grouplist.XXXXXX)
typeset func typeset func
for func in $(typeset_functions) for func in $(typeset_functions)
do do