Преглед изворни кода

Mute ShellCheck warning about temp var

Alois Mahdal пре 4 година
родитељ
комит
d0f12a2382
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/include-sh/mdfmt.sh

+ 1
- 0
src/include-sh/mdfmt.sh Прегледај датотеку

@@ -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