diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:57:44 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:57:44 (EST) |
commit | b9968fb3aa2aa558fd8a3bd5f88fdc5dfdb25e6e (patch) | |
tree | c7e7fad1c9afee4596d443661592494d3f85f204 | |
parent | a98173f66bb5930656ab1802d8a097a419a27e92 (diff) |
tools/shman.sh: Fix missing local var declaration
-rw-r--r-- | tools/shman.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shman.sh b/tools/shman.sh index b78a605..5e27d95 100644 --- a/tools/shman.sh +++ b/tools/shman.sh @@ -164,6 +164,7 @@ gen_doc() local doc="${6}" local out_dir="${7}" shift 7 + local line= local doc_joined='' local sym_upper= |