Merge pull request #970 from ellerbrock/bugfix-docker

fix(docker): "bash-it help plugins"
This commit is contained in:
Nils Winkler
2017-05-28 13:55:07 +02:00
committed by GitHub

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