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
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ echo "$SORTED_FILE_SYSTEMS_INFO" | $AWK_COMMAND -v DEBUG=$DEBUG -v PATTERN=$PATT
|
||||||
printf ("%-*s", LEFT_COLUMN + 2, "");
|
printf ("%-*s", LEFT_COLUMN + 2, "");
|
||||||
print " Used Free Total ";
|
print " Used Free Total ";
|
||||||
if (! NARROW_MODE)
|
if (! NARROW_MODE)
|
||||||
print "";
|
print " ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue