nicer handling of links; now they'll actually be shown with no oddities.
authorChris Koeritz <fred@gruntose.com>
Fri, 10 Apr 2015 15:02:00 +0000 (11:02 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 10 Apr 2015 15:02:00 +0000 (11:02 -0400)
scripts/files/summing_dir.pl

index 8c060b1c8333374b6ca587a648bf1510a8eb20e6..fb32b956b293785ad8e16503bbe9a40ff874d49a 100644 (file)
@@ -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.