Remove use of chdir
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 5 Nov 2022 22:46:56 +0000 (17:46 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 5 Nov 2022 22:46:56 +0000 (17:46 -0500)
All file manipulations now use absolute file names.

gatekeeper.pl

index ab5010e5012e5e38e9e32c6791555dcc01a71b89..16f250085aa058d9ecea518163ef2e3388fc3656 100755 (executable)
@@ -2600,13 +2600,6 @@ my @packets;
   @packets = gather_packets($Inbox_dir, $Scratch_dir);
 }
 
-{
-  our $Scratch_dir;
-  # we've moved the files to work on to a new directory.
-  chdir ($Scratch_dir)
-    or ftp_abort("FATAL: chdir($Scratch_dir) failed: $!");
-}
-
 foreach my $packet (@packets) {        # each list element is an array reference
   my $stem = substr $packet->[0],0,-(length '.directive.asc');
   ftp_syslog('info',"found directive: $packet->[0]");