summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-15 21:44:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-16 11:53:19 +0200
commit47ecfc54655538ccb2d0ec4ed3f54d97ca37a95a (patch)
tree08f91a6a7f5c3e25cf773514cff0c52cdbf18525 /bin/reproducible_build.sh
parent7fd7a85a674e727987ea56184280432c8f304ff3 (diff)
downloadjenkins.debian.net-47ecfc54655538ccb2d0ec4ed3f54d97ca37a95a.tar.xz
reproducible: build: remove double slash from /console
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5b135853..d2ce5149 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -329,7 +329,7 @@ init() {
handle_race_condition init
fi
echo "Starting to build ${SRCPACKAGE}/${SUITE} on $DATE" | tee ${RBUILDLOG}
- echo "The jenkins build log is/was available at $BUILD_URL/console" | tee -a ${RBUILDLOG}
+ echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG}
}
get_source_package() {