summaryrefslogtreecommitdiff
path: root/infra/ssh-wrap
diff options
context:
space:
mode:
Diffstat (limited to 'infra/ssh-wrap')
-rwxr-xr-xinfra/ssh-wrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/infra/ssh-wrap b/infra/ssh-wrap
index ad52709..7cb6e3d 100755
--- a/infra/ssh-wrap
+++ b/infra/ssh-wrap
@@ -1,4 +1,6 @@
#!/bin/sh
set -e
dispatchdir=/srv/dgit.debian.org/dispatch-dir
-exec $dispatchdir/distro=debian/dgit-live/infra/ssh-dispatch $dispatchdir
+dgitlive=$dispatchdir/distro=debian/dgit-live
+PERLLIB="$dgitlive${PERLLIB+:}${PERLLIB}"
+exec $dgitlive/infra/dgit-ssh-dispatch $dispatchdir