fix(docker): fixes "bash-it help plugins" error
parent
d70f3db3cf
commit
017f3f43d0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue