diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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() { |