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:
536c155
)
fixed path print out at top of dump
author
Fred Hamster
<fred@gruntose.com>
Thu, 9 Jan 2025 15:28:30 +0000
(10:28 -0500)
committer
Fred Hamster
<fred@gruntose.com>
Thu, 9 Jan 2025 15:28:30 +0000
(10:28 -0500)
scripts/files/filedump.pl
patch
|
blob
|
history
diff --git
a/scripts/files/filedump.pl
b/scripts/files/filedump.pl
index de91299c081ccff7770a8254a10eb1c689131f4f..6dba184abb01731d5d948b27a65c45da7c468976 100644
(file)
--- a/
scripts/files/filedump.pl
+++ b/
scripts/files/filedump.pl
@@
-64,7
+64,8
@@
sub do_dump {
$header_copy = $header;
$shorter_name = $to_dump;
- $shorter_name =~ s/^\.\///;
+ $shorter_name =~ s/^.*\/(.*)/\1/;
+# $shorter_name =~ s/^\.\///;
$shorter_name =~ s/\.txt$//;
$shorter_name =~ s/_/ /g;