From 47ecfc54655538ccb2d0ec4ed3f54d97ca37a95a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 15 Jun 2015 21:44:33 +0200 Subject: reproducible: build: remove double slash from /console --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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() { -- cgit v1.2.3-54-g00ecf