From 017f3f43d0890aadd23a55ea9e1d8426b3acb13b Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Sat, 27 May 2017 02:34:35 +0200 Subject: [PATCH] fix(docker): fixes "bash-it help plugins" error --- lib/helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers.bash b/lib/helpers.bash index 607e0047..1153fc6f 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -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