projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d7f9a2
)
nicer handling of links; now they'll actually be shown with no oddities.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 10 Apr 2015 15:02:00 +0000
(11:02 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 10 Apr 2015 15:02:00 +0000
(11:02 -0400)
scripts/files/summing_dir.pl
patch
|
blob
|
history
diff --git
a/scripts/files/summing_dir.pl
b/scripts/files/summing_dir.pl
index 8c060b1c8333374b6ca587a648bf1510a8eb20e6..fb32b956b293785ad8e16503bbe9a40ff874d49a 100644
(file)
--- 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 -
H
hlF $color_add $chewed_line");
+system("ls -
H
hlF $color_add $chewed_line > $temp_file");
# the color_add variable, if defined, will have flags for setting the
# directory listing color scheme.