X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/09c0a3f27b6c0b61a55e7875b9a967e98cd3daf8..2bb4741bb4c5a97ebadf1eceafe0d5e2dae1fd29:/scripts/dfs?ds=sidebyside

diff --git a/scripts/dfs b/scripts/dfs
index 4697473..9e02a87 100755
--- a/scripts/dfs
+++ b/scripts/dfs
@@ -1,10 +1,10 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 #
 #   Adapted from Eridan's "fs" (cleanup, enhancements and switch to bash/Linux)
 #   JM,  10/12/2004
 #
 #   Integrated into Lain in september 2013
-#   https://github.com/copycat-killer/lain
+#   https://github.com/lcpz/lain
 
 #   Requires gawk
 
@@ -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 " ";
 				 }
 			 }