fixed path print out at top of dump
authorFred Hamster <fred@gruntose.com>
Thu, 9 Jan 2025 15:28:30 +0000 (10:28 -0500)
committerFred Hamster <fred@gruntose.com>
Thu, 9 Jan 2025 15:28:30 +0000 (10:28 -0500)
scripts/files/filedump.pl

index de91299c081ccff7770a8254a10eb1c689131f4f..6dba184abb01731d5d948b27a65c45da7c468976 100644 (file)
@@ -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;