summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 4f58569b..c828759e 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -97,3 +97,6 @@ elif [ ! -f ${PACKAGES_DB} ] ; then
EOF
fi
+# shop trailing slash
+JENKINS_URL=${JENKINS_URL:0:-1}
+