summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfra/dgit-ssh-dispatch1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/dgit-ssh-dispatch b/infra/dgit-ssh-dispatch
index cdc610d..e63d4bf 100755
--- a/infra/dgit-ssh-dispatch
+++ b/infra/dgit-ssh-dispatch
@@ -184,6 +184,7 @@ sub dispatch () {
my @cmd = ($policyhook,$distro,$repos,$dgitlive,$d,
'policy-client-query', $pkg, $query_op,
split / /, $query_args);
+ perllib_local();
exec @cmd;;
die "exec $cmd[0]: $!";
} else {