From f58cbc78458ecc70f5aeb0e55d835299bf6bcb3d Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Thu, 14 Dec 2017 06:57:11 -0600 Subject: [PATCH] Actually fix #167 amkhiv was kind enough to point out I failed to fix the "local" syntax removal from cmd_help(). tincantech has pointed this out and I intended on fixing, but missed it. Signed-off-by: Eric F Crist --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 5707a7b..d9986cb 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -59,7 +59,7 @@ DIRECTORY STATUS (commands would take effect on these locations) # Detailed command help # When called with no args, calls usage(), otherwise shows help for a command cmd_help() { - text opts + text= opts= case "$1" in init-pki|clean-all) text=" init-pki [ cmd-opts ]