Workaround premature end of file with awful.spawn.easy_async

This commit is contained in:
Renato Alves 2017-02-21 01:15:30 +01:00 committed by GitHub
parent 84654c7f09
commit 2d35f1b584
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 " ";
}
}