From: Fred Hamster Date: Thu, 9 Jan 2025 15:28:30 +0000 (-0500) Subject: fixed path print out at top of dump X-Git-Tag: 2.140.189^2~38 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=aac821cf0ba0687ee3cf3c73ab25e53729fc1214;p=feisty_meow.git fixed path print out at top of dump --- diff --git a/scripts/files/filedump.pl b/scripts/files/filedump.pl index de91299c..6dba184a 100644 --- 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;