oops, path was still wrong
authorChris Koeritz <fred@gruntose.com>
Thu, 2 Nov 2017 14:02:46 +0000 (10:02 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 2 Nov 2017 14:02:46 +0000 (10:02 -0400)
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

index 71d1049a9828b0de8b865aacd170feffb589fcf6..cd47ae3294cfcef61b0f884e7f619be24dfe2b40 100644 (file)
@@ -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"));