scripts/t: fix typo
This commit is contained in:
parent
b291c8f43e
commit
b3a67ed73e
@ -4,7 +4,7 @@
|
||||
|
||||
# max directories depth
|
||||
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')
|
||||
# indentation of leaf files
|
||||
line=$(printf "%$((level - 1))s" | sed 's/ /│ /g')
|
||||
|
Loading…
Reference in New Issue
Block a user