From: Chris Koeritz Date: Fri, 10 Apr 2015 15:02:00 +0000 (-0400) Subject: nicer handling of links; now they'll actually be shown with no oddities. X-Git-Tag: 2.140.90~669 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1442eaf059063b77ec084e416f15b97f50deddf4;p=feisty_meow.git nicer handling of links; now they'll actually be shown with no oddities. --- diff --git a/scripts/files/summing_dir.pl b/scripts/files/summing_dir.pl index 8c060b1c..fb32b956 100644 --- a/scripts/files/summing_dir.pl +++ b/scripts/files/summing_dir.pl @@ -56,8 +56,8 @@ chop($temp_file); # drop the main payload, the list of directory info, but also save that # info to a file for analysis. -system("ls -hlF $color_add $chewed_line"); -system("ls -hlF $color_add $chewed_line > $temp_file"); +system("ls -HhlF $color_add $chewed_line"); +system("ls -HhlF $color_add $chewed_line > $temp_file"); # the color_add variable, if defined, will have flags for setting the # directory listing color scheme.