X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fsnarf_opensim.pl;h=6840498d2bdc822289ffa858650b4ee71aea57b8;hb=c72b7521e60f5ca7d2873271767c7ff4fba09bf2;hp=94fd8bd76cdf3fe662164bff0ba344fc946a7069;hpb=7ef9f4fdbae698dff9a08189f616564d471abc45;p=feisty_meow.git diff --git a/scripts/archival/snarf_opensim.pl b/scripts/archival/snarf_opensim.pl index 94fd8bd7..6840498d 100644 --- a/scripts/archival/snarf_opensim.pl +++ b/scripts/archival/snarf_opensim.pl @@ -18,16 +18,17 @@ # version of the License. Please send any updates to "fred@gruntose.com". # ############################################################################### -require "importenv.pl"; require "shared_snarfer.pl"; +use Env qw(HOME); + &initialize_snarfer; # let the snarfer hook us in. # get the number attachment and increment it for the next use. local($number) = &retrieve_number("aa_backup"); # variables used throughout here. -local($snarf_file_base) = &snarf_prefix("opensim_config"); +local($snarf_file_base) = &snarf_prefix("config-opensim"); local($snarf_file) = &snarf_name($snarf_file_base, $number); # store the archive number in the file for retrieval on the other side.