mirror of https://github.com/lcpz/lain.git
Merge pull request #319 from Unode/patch-2
fs, dfs: workaround premature end of file with awful.spawn.easy_async
This commit is contained in:
commit
7a172006d3
|
@ -224,7 +224,7 @@ echo "$SORTED_FILE_SYSTEMS_INFO" | $AWK_COMMAND -v DEBUG=$DEBUG -v PATTERN=$PATT
|
|||
printf ("%-*s", LEFT_COLUMN + 2, "");
|
||||
print " Used Free Total ";
|
||||
if (! NARROW_MODE)
|
||||
print "";
|
||||
print " ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue