summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/domain_shellcommands.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/domain_shellcommands.pm b/FS/FS/part_export/domain_shellcommands.pm
index 0edbab0dd..cf5603394 100644
--- a/FS/FS/part_export/domain_shellcommands.pm
+++ b/FS/FS/part_export/domain_shellcommands.pm
@@ -35,6 +35,7 @@ sub _export_command {
my $svc_acct = $svc_domain->catchall_svc_acct;
${$_} = $svc_acct->getfield($_) foreach qw(uid gid dir);
} else {
+ no strict 'refs';
${$_} = '' foreach qw(uid gid dir);
}