scripts/t: fix typo

This commit is contained in:
Michele Guerini Rocco 2022-09-18 21:03:02 +02:00
parent b291c8f43e
commit b3a67ed73e
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -4,7 +4,7 @@
# max directories depth # max directories depth
level=$(echo "$@" | sed -nE 's/.*-L ?([0-9]).*/\1/p') level=$(echo "$@" | sed -nE 's/.*-L ?([0-9]).*/\1/p')
# indentatiof of leaf directory # indentation of leaf directory
begin=$(printf "%$((level - 2))s" | sed 's/ /│   /g') begin=$(printf "%$((level - 2))s" | sed 's/ /│   /g')
# indentation of leaf files # indentation of leaf files
line=$(printf "%$((level - 1))s" | sed 's/ /│   /g') line=$(printf "%$((level - 1))s" | sed 's/ /│   /g')