-# This could be changed to use the startdard layout but in a different place
-my $basedir = $ENV{HOME};
+# This could be changed to use the standard layout but in a different place
+my $basedir = "$ENV{HOME}";
# This template assumes that the user running the buildfarm process is "farm"
my $farm_user_name = getpwuid($<) // die "$0: can't get user name from uid $<: $!\n";
# This template assumes that the user running the buildfarm process is "farm"
my $farm_user_name = getpwuid($<) // die "$0: can't get user name from uid $<: $!\n";