From 1442eaf059063b77ec084e416f15b97f50deddf4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 10 Apr 2015 11:02:00 -0400 Subject: [PATCH] nicer handling of links; now they'll actually be shown with no oddities. --- scripts/files/summing_dir.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1