From 36a4d3591e93c2e423080f363822f9d50ba16040 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 2 Nov 2017 10:02:46 -0400 Subject: [PATCH] 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). --- scripts/archival/snarf_feisty_meow.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.34.1