Merge pull request #970 from ellerbrock/bugfix-docker

fix(docker): "bash-it help plugins"
pull/945/merge
Nils Winkler 2017-05-28 13:55:07 +02:00 committed by GitHub
commit e7ff95b45a
1 changed files with 1 additions and 1 deletions

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