X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fsnarf_notes.pl;h=23ecf86cb0af17291bae318ef4fc73acf7566339;hb=fc9b15898370c68de876d858f126b0da4604d9d0;hp=24020b79473d3073b3bec63a34c99336ce5f502a;hpb=32118711ae1c52638e7dc33c4ae699cfbedd6da9;p=feisty_meow.git diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 24020b79..23ecf86c 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -28,7 +28,7 @@ use Env qw(HOME); local($number) = &retrieve_number("aa_backup"); # variables for directory location to backup and the file to dump it in. -local($root) = "$FEISTY_MEOW_PERSONAL_HOME"; +local($root) = $ENV{FEISTY_MEOW_PERSONAL_HOME}; local($snarf_file_base) = &snarf_prefix("notes"); local($snarf_file) = &snarf_name($snarf_file_base, $number);