mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-07 00:21:28 +03:00
extfs: lslR: remove unneeded escape of space.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
4c998ac636
commit
12d117ea60
@ -37,7 +37,7 @@ BEGIN {
|
||||
# Pattern to match 8 first fields.
|
||||
rx8 = "^" rx rx rx rx rx rx rx "[^ ]+[ ]";
|
||||
}
|
||||
/^total\ [0-9]*$/ { next }
|
||||
/^total [0-9]*$/ { next }
|
||||
/^$/ { empty=1; next }
|
||||
empty==1 && /:$/ {
|
||||
empty=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user