From: Renato Alves Date: Tue, 21 Feb 2017 00:15:30 +0000 (+0100) Subject: Workaround premature end of file with awful.spawn.easy_async X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/2d35f1b5842adc089e28a6332a2bbfc941e9d168 Workaround premature end of file with awful.spawn.easy_async --- diff --git a/scripts/dfs b/scripts/dfs index 4697473..df87150 100755 --- a/scripts/dfs +++ b/scripts/dfs @@ -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 " "; } }