summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-12 15:47:40 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-12 15:47:40 (EDT)
commita46f6d8e5d1c15cc463887030ce88d7af71971ad (patch)
treeb82b3cdd54a29e08f3e7800cc1f85ed4a71d9974
parent64ed91f61be22c4970750e1068fd52ec11505c3a (diff)
help: Change "local cmd" to "local cmd=".
-rw-r--r--lib/cmd/help.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh
index a0e7f0f..8b4cd58 100644
--- a/lib/cmd/help.sh
+++ b/lib/cmd/help.sh
@@ -19,7 +19,7 @@
cmd_help_main()
{
- local cmd
+ local cmd=
if [ ${#} -eq 1 ]; then
cmd="${1}"