projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3211871
)
fix for perl environment variable usage in snarf notes
author
Fred T. Hamster
<fred@gruntose.com>
Thu, 9 Nov 2023 21:58:16 +0000
(16:58 -0500)
committer
Fred T. Hamster
<fred@gruntose.com>
Thu, 9 Nov 2023 21:58:16 +0000
(16:58 -0500)
scripts/archival/snarf_notes.pl
patch
|
blob
|
history
diff --git
a/scripts/archival/snarf_notes.pl
b/scripts/archival/snarf_notes.pl
index 24020b79473d3073b3bec63a34c99336ce5f502a..23ecf86cb0af17291bae318ef4fc73acf7566339 100644
(file)
--- 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);