=================================================================== RCS file: /cvs/pta/pta_import.pl,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- pta/pta_import.pl 2020/11/26 18:04:43 1.22 +++ pta/pta_import.pl 2020/11/26 19:39:43 1.23 @@ -169,7 +169,7 @@ my $account_name = $opt_I; $banks{$account_name} or die "unknown accountname: $account_name"; # Parse the configuration file. -my $fn = "import_" . $account_name . ".txt"; +my $fn = "import/" . $account_name . ".txt"; open my $in, '<', $fn or die "$fn: $!"; my ($csv_account, $delim, $header, $quote, @compiled, @ignored); while (<$in>) {