fixed naming, since underscores are included gratis.
[feisty_meow.git] / scripts / archival / snarf_notes.pl
index b94d096dbf18a7131e568deef79af46b53b4d276..ba81fe083def063d5398b7f4087f56ed3d19cdaf 100644 (file)
@@ -28,7 +28,7 @@ local($number) = &retrieve_number("aa_backup");
 
 # variables for directory location to backup and the file to dump it in.
 local($root) = "$HOME";
-local($snarf_file_base) = &snarf_prefix("notes-");
+local($snarf_file_base) = &snarf_prefix("notes");
 local($snarf_file) = &snarf_name($snarf_file_base, $number);
 
 # store the archive number in the file for retrieval on the other side.