From: Chris Koeritz Date: Thu, 2 Nov 2017 14:02:46 +0000 (-0400) Subject: oops, path was still wrong X-Git-Tag: 2.140.90~114 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=36a4d3591e93c2e423080f363822f9d50ba16040;p=feisty_meow.git oops, path was still wrong had to fix the path again, since i had forgotten to drop the 'feisty_meow' from the variable i was using (which already contains that component). --- diff --git a/scripts/archival/snarf_feisty_meow.pl b/scripts/archival/snarf_feisty_meow.pl index 71d1049a..cd47ae32 100644 --- a/scripts/archival/snarf_feisty_meow.pl +++ b/scripts/archival/snarf_feisty_meow.pl @@ -32,7 +32,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); &backup_number("aa_backup", $snarf_file_base, $number); # the top directory where everything we're grabbing lives. -local($root) = &canonicalize("$FEISTY_MEOW_APEX/feisty_meow"); +local($root) = &canonicalize("$FEISTY_MEOW_APEX"); # grab the top level stuff. &backup_files($snarf_file_base, $number, $root, ".", ("*.txt", "make*", ".gitignore"));