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:
Luke Bonham 2017-02-21 11:58:02 +01:00 committed by GitHub
commit 7a172006d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 " ";
}
}