Browse Source

Mute ShellCheck warning about temp var

Alois Mahdal 4 years ago
parent
commit
d0f12a2382
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include-sh/mdfmt.sh

+ 1
- 0
src/include-sh/mdfmt.sh View File

@@ -78,6 +78,7 @@ _mdfmt__indent() {
78 78
     test "$Elem" == h2 && { cat; return; }
79 79
     test "$Elem" == h3 && { cat; return; }
80 80
     pfx=$(
81
+        #shellcheck disable=SC2034
81 82
         for n in $(seq 1 "$Nest"); do
82 83
             printf '    '
83 84
         done