From e170fb0964308d97bf19f341ea79dab08f11935e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Jun 2015 17:32:06 +0100 Subject: [PATCH] Infra: ssh-wrap: set PERLLIB and get name of script right --- infra/ssh-wrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/ssh-wrap b/infra/ssh-wrap index ad527099..7cb6e3da 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 -- 2.30.2